X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=README.win32;h=51d07a303357ead27d1db8d3dd878c6e6c56039e;hb=a160acfee096bef8a8c51194efa8e2262e719125;hp=dcde418501a83b6b5275e447fc8d0cb8854caaf6;hpb=2cf72b21cb650d14bb13ebec5b03f1698a9cb286;p=freeglut diff --git a/README.win32 b/README.win32 index dcde418..51d07a3 100755 --- a/README.win32 +++ b/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 @@ -58,6 +66,10 @@ you will need to copy various files to various locations. "C:\Windows\System32" and will probably already have the files "opengl32.dll" and "glu32.dll". +The "VisualStudio2008" and "VisualStudio2008Static" directories are DEPRECATED +as of January 22, 2011. Users are directed to the "VisualStudio\2008" directory +instead. + Building and Installing the Libraries with Open Watcom ======================================================