From: Braden M. <br...@us...> - 2005-11-17 21:51:31
|
Update of /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC7_1/OpenVRML/sdl-viewer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22030/ide-projects/Windows/VisualC7_1/OpenVRML/sdl-viewer Modified Files: sdl-viewer.vcproj Log Message: Project file updates. Index: sdl-viewer.vcproj =================================================================== RCS file: /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC7_1/OpenVRML/sdl-viewer/sdl-viewer.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** sdl-viewer.vcproj 15 Nov 2005 02:36:41 -0000 1.2 --- sdl-viewer.vcproj 17 Nov 2005 21:51:14 -0000 1.3 *************** *** 25,29 **** MinimalRebuild="TRUE" BasicRuntimeChecks="0" ! RuntimeLibrary="2" TreatWChar_tAsBuiltInType="TRUE" ForceConformanceInForLoopScope="TRUE" --- 25,29 ---- MinimalRebuild="TRUE" BasicRuntimeChecks="0" ! RuntimeLibrary="3" TreatWChar_tAsBuiltInType="TRUE" ForceConformanceInForLoopScope="TRUE" *************** *** 89,92 **** --- 89,93 ---- <Tool Name="VCLinkerTool" + AdditionalDependencies="ws2_32.lib opengl32.lib glu32.lib SDLmain.lib SDL.lib" OutputFile="$(OutDir)/sdl-viewer.exe" LinkIncremental="1" |