Applying the "readme-win32.patch" patch from Diederick Niehorster in e-mail dated 3/16/11 at 1:06 AM.

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@900 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
fayjf 2011-03-17 02:49:29 +00:00
parent 524888cc10
commit f11acde225

View File

@ -27,6 +27,14 @@ following names:
- Static, debug version: freeglut\freeglut\DebugStatic\freeglut_static.lib - Static, debug version: freeglut\freeglut\DebugStatic\freeglut_static.lib
- Static, release version: freeglut\freeglut\ReleaseStatic\freeglut_static.lib - Static, release version: freeglut\freeglut\ReleaseStatic\freeglut_static.lib
Starting with VS2008, these libraries can instead be found at:
- DLL, debug version: freeglut\freeglut\lib\Debug\freeglut.lib
freeglut\freeglut\lib\Debug\freeglut.dll
- DLL, release version: freeglut\freeglut\lib\Release\freeglut.lib
freeglut\freeglut\lib\Release\freeglut.dll
- Static, debug version: freeglut\freeglut\lib\Debug\freeglut_static.lib
- Static, release version: freeglut\freeglut\lib\Release\freeglut_static.lib
Unlike the *nix release, the library names are NOT automatic replacements for Unlike the *nix release, the library names are NOT automatic replacements for
the GLUT library names. You may rename them manually if you wish, but this is the GLUT library names. You may rename them manually if you wish, but this is
not necessary as the header file includes a pragma telling the compiler which not necessary as the header file includes a pragma telling the compiler which