Displaying 3 results from an estimated 3 matches for "q019".
Did you mean:
2019
2007 Nov 30
5
[PATCH] Add Visual Studio 2008 Prject files
Jean-Marc Valin wrote:
...
> I think the amount of Windows crap is getting a bit ridiculous. Does
> anyone know of a solution to keep things manageable? I mean, the same
> autotools files manage the build for Linux PCs, Blackfins and MacOS (and
> others). Yet, we need one set of files for each MS compiler version
> (good thing they don't practice "release early, release
2007 Dec 01
0
[PATCH] Add Visual Studio 2008 Prject files
....
- Release pre-compiled binaries.
I provide basic instructions for compling using MinGW:
http://www.mega-nerd.com/libsndfile/win32.html
And if anyone asks why I don't just ship project files, I point them
to the FAQ which explains why:
http://www.mega-nerd.com/libsndfile/FAQ.html#Q019
The main problem with the above is that I need to have a windows
machine that I actually don't use for anything else.
The other problem is that MinGW currently does not support compiling
for 64 bit windows. From what I hear, that is coming.
This may be an option for you to consider.
Erik
--...
2007 Dec 01
2
[PATCH] Add Visual Studio 2008 Prject files
...t; I provide basic instructions for compling using MinGW:
>
> http://www.mega-nerd.com/libsndfile/win32.html
>
> And if anyone asks why I don't just ship project files, I point them
> to the FAQ which explains why:
>
> http://www.mega-nerd.com/libsndfile/FAQ.html#Q019
What you're saying here sounds pretty much like my experience, except
that I'm still including these project files even though they are
sometimes broken.
> This may be an option for you to consider.
Well, I'll see how things to...
BTW, Windows is not quite the only "special&...