Applying the "readme-win32.patch" patch from Diederick Niehorster in e-mail dated...
authorJohn F. Fay <johnffay@nettally.com>
Thu, 17 Mar 2011 02:49:29 +0000 (02:49 +0000)
committerJohn F. Fay <johnffay@nettally.com>
Thu, 17 Mar 2011 02:49:29 +0000 (02:49 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@900 7f0cb862-5218-0410-a997-914c9d46530a

README.win32

index 3fb4d82..51d07a3 100755 (executable)
@@ -22,10 +22,18 @@ menu will build both the debug and the release versions of both libraries.
 
 The libraries will be found in the following places and will have the
 following names:
-- DLL, debug version: freeglut\freeglut\Debug\freeglut.lib
-- DLL, release version: freeglut\freeglut\Release\freeglut.lib
-- Static, debug version: freeglut\freeglut\DebugStatic\freeglut_static.lib
-- Static, release version: freeglut\freeglut\ReleaseStatic\freeglut_static.lib
+- DLL, debug version:       freeglut\freeglut\Debug\freeglut.lib
+- DLL, release version:     freeglut\freeglut\Release\freeglut.lib
+- Static, debug version:    freeglut\freeglut\DebugStatic\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
 the GLUT library names.  You may rename them manually if you wish, but this is