Update of /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC7_1/OpenVRML/sdl-viewer
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29293/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.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** sdl-viewer.vcproj 17 Aug 2005 20:57:38 -0000 1.1
--- sdl-viewer.vcproj 11 Nov 2005 22:22:48 -0000 1.2
***************
*** 19,28 ****
<Tool
Name="VCCLCompilerTool"
Optimization="0"
! AdditionalIncludeDirectories="..\..\..\..\..\src\libopenvrml;"..\..\..\..\..\src\libopenvrml-gl";..\openvrml;"..\openvrml-gl""
! PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="TRUE"
! BasicRuntimeChecks="3"
! RuntimeLibrary="3"
TreatWChar_tAsBuiltInType="TRUE"
ForceConformanceInForLoopScope="TRUE"
--- 19,29 ----
<Tool
Name="VCCLCompilerTool"
+ AdditionalOptions="/VERBOSE:LIB"
Optimization="0"
! AdditionalIncludeDirectories="..\openvrml;..\..\..\..\..\src\libopenvrml;"..\openvrml-gl";"..\..\..\..\..\src\libopenvrml-gl""
! PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;OPENVRML_USE_LIB;OPENVRML_GL_USE_LIB"
MinimalRebuild="TRUE"
! BasicRuntimeChecks="0"
! RuntimeLibrary="2"
TreatWChar_tAsBuiltInType="TRUE"
ForceConformanceInForLoopScope="TRUE"
***************
*** 31,35 ****
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
! DebugInformationFormat="4"/>
<Tool
Name="VCCustomBuildTool"/>
--- 32,37 ----
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
! DebugInformationFormat="4"
! DisableSpecificWarnings="4250;4290;4355"/>
<Tool
Name="VCCustomBuildTool"/>
|