From f11acde225a27818f09b6c669556ac113e13a82e Mon Sep 17 00:00:00 2001 From: fayjf Date: Thu, 17 Mar 2011 02:49:29 +0000 Subject: [PATCH] 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 --- freeglut/freeglut/README.win32 | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/freeglut/freeglut/README.win32 b/freeglut/freeglut/README.win32 index 3fb4d82..51d07a3 100755 --- a/freeglut/freeglut/README.win32 +++ b/freeglut/freeglut/README.win32 @@ -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