From: Braden M. <br...@us...> - 2007-05-14 21:08:48
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21351 Modified Files: ChangeLog Log Message: Visual C++ 8.0 project file updates. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1498 retrieving revision 1.1499 diff -C2 -d -r1.1498 -r1.1499 *** ChangeLog 13 May 2007 06:47:26 -0000 1.1498 --- ChangeLog 14 May 2007 21:08:01 -0000 1.1499 *************** *** 1,2 **** --- 1,28 ---- + 2007-05-14 Braden McDaniel <br...@en...> + + Visual C++ 8.0 project file updates. + + * ide-projects/Windows/VisualC8_0/OpenVRML/OpenVRML.sln: Removed + sdl-viewer dependency on antlr. openvrml's dependency on antlr + should be sufficient. + * ide-projects/Windows/VisualC8_0/OpenVRML/antlr/antlr.vcproj: + Added TokenRefCount.{cpp,hpp} to the project. Define + NO_STATIC_CONSTS; otherwise, static const integers defined in the + class definition confuse the linker. + * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml/openvrml.vcproj: + Define NO_STATIC_CONSTS for antlr. Added gdi32.lib, advapi32.lib, + shell32.lib as additional dependencies--Visual C++ Express seems + to need these, though the professional version does not. Upgraded + FreeType dependency to version 2.3.4. Made "Whole Program + Optimization" a project default for the Release configuration. + Ignore default libraries libcmtd.lib and libcmt.lib for Debug and + Release configurations, respectively; boost_thread is probably + pulling these in. + * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml-gl/openvrml-gl.vcproj: + Made "Whole Program Optimization" a project default for the + Release configuration. + * ide-projects/Windows/VisualC8_0/OpenVRML/sdl-viewer/sdl-viewer.vcproj: + Ignore msvcrt.lib in the Debug configuration; SDL pulls this in. + 2007-05-13 Braden McDaniel <br...@en...> |