X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=README.win32;h=b72aa52743ae2d1ff2ec1895170fe7434552f76a;hb=89c10add21c011ad2070c8e8a939841392663844;hp=51d07a303357ead27d1db8d3dd878c6e6c56039e;hpb=60eebdfbfc89ee4df98ac8a5678b93b397ccc172;p=freeglut diff --git a/README.win32 b/README.win32 old mode 100755 new mode 100644 index 51d07a3..b72aa52 --- a/README.win32 +++ b/README.win32 @@ -1,46 +1,3 @@ -Windows 32 Notes -================ - -The "freeglut" library installation package comes with MSVC 6.0 workspace and -project files. The workspace "freeglut.dsw" has two projects: -"freeglut.dsp", which creates a DLL file, and "freeglut_static.dsp", which -creates a static library. - -The "freeglut" library also comes with an Open Watcom compiler project file -"freeglut.wpj" and two target files "freeglut.tgt" and "freeglut_static.tgt". -The two target files build DLL and static libraries. The Open Watcom also -includes "freeglut.rc", which is a resource compiler script to add a "Version" -tab to the DLL property sheet. - - -Building the Libraries with MSVC -================================ - -To build the "freeglut" libraries, open MSVC and load the "freeglut" workspace. -This will load the two projects. Selecting "Build" - "Batch Build" from the -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 - -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 -not necessary as the header file includes a pragma telling the compiler which -library file to look for. - - Installing the Libraries with MSVC ================================== @@ -66,10 +23,6 @@ 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 ======================================================