From: Braden M. <br...@us...> - 2006-02-21 20:47:42
|
Update of /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29346/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml Modified Files: openvrml-config.h openvrml.vcproj Log Message: Visual C++ 2005 project file updates. Index: openvrml.vcproj =================================================================== RCS file: /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml/openvrml.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** openvrml.vcproj 12 Feb 2006 03:15:39 -0000 1.1 --- openvrml.vcproj 21 Feb 2006 20:47:04 -0000 1.2 *************** *** 162,166 **** OutputDirectory="$(ConfigurationName)" IntermediateDirectory="$(ConfigurationName)" ! ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="2" --- 162,166 ---- OutputDirectory="$(ConfigurationName)" IntermediateDirectory="$(ConfigurationName)" ! ConfigurationType="2" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" CharacterSet="2" *************** *** 186,193 **** Optimization="0" AdditionalIncludeDirectories=".;..\..\..\..\..\src\libopenvrml;..\..\..\..\..\lib\antlr" ! PreprocessorDefinitions="WIN32;BOOST_SPIRIT_THREADSAFE;PACKAGE_VERSION=\"0.15.99\";OPENVRML_BUILD_LIB;BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS;BOOST_MPL_LIMIT_VECTOR_SIZE=30" MinimalRebuild="true" BasicRuntimeChecks="0" ! RuntimeLibrary="2" TreatWChar_tAsBuiltInType="true" ForceConformanceInForLoopScope="true" --- 186,193 ---- Optimization="0" AdditionalIncludeDirectories=".;..\..\..\..\..\src\libopenvrml;..\..\..\..\..\lib\antlr" ! PreprocessorDefinitions="WIN32;BOOST_SPIRIT_THREADSAFE;PACKAGE_VERSION=\"0.15.99\";BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS;BOOST_MPL_LIMIT_VECTOR_SIZE=30;OPENVRML_BUILD_DLL" MinimalRebuild="true" BasicRuntimeChecks="0" ! RuntimeLibrary="3" TreatWChar_tAsBuiltInType="true" ForceConformanceInForLoopScope="true" *************** *** 197,201 **** Detect64BitPortabilityProblems="true" DebugInformationFormat="4" ! DisableSpecificWarnings="4226;4250;4290;4355;4800" /> <Tool --- 197,201 ---- Detect64BitPortabilityProblems="true" DebugInformationFormat="4" ! DisableSpecificWarnings="4226;4250;4251;4275;4290;4355;4661;4800" /> <Tool *************** *** 210,214 **** /> <Tool ! Name="VCLibrarianTool" /> <Tool --- 210,214 ---- /> <Tool ! Name="VCLinkerTool" /> <Tool *************** *** 216,219 **** --- 216,222 ---- /> <Tool + Name="VCManifestTool" + /> + <Tool Name="VCXDCMakeTool" /> *************** *** 225,228 **** --- 228,237 ---- /> <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool Name="VCPostBuildEventTool" /> *************** *** 258,262 **** OmitFramePointers="true" AdditionalIncludeDirectories=".;..\..\..\..\..\src\libopenvrml;..\..\..\..\..\lib\antlr" ! PreprocessorDefinitions="WIN32;BOOST_SPIRIT_THREADSAFE;NDEBUG;PACKAGE_VERSION=\"0.15.99\";OPENVRML_BUILD_DLL;BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS;BOOST_MPL_LIMIT_VECTOR_SIZE=30" StringPooling="true" RuntimeLibrary="2" --- 267,271 ---- OmitFramePointers="true" AdditionalIncludeDirectories=".;..\..\..\..\..\src\libopenvrml;..\..\..\..\..\lib\antlr" ! PreprocessorDefinitions="WIN32;BOOST_SPIRIT_THREADSAFE;NDEBUG;PACKAGE_VERSION=\"0.15.99\";BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS;BOOST_MPL_LIMIT_VECTOR_SIZE=30;OPENVRML_BUILD_DLL" StringPooling="true" RuntimeLibrary="2" *************** *** 269,273 **** Detect64BitPortabilityProblems="true" DebugInformationFormat="3" ! DisableSpecificWarnings="4226;4250;4290;4355;4800" /> <Tool --- 278,282 ---- Detect64BitPortabilityProblems="true" DebugInformationFormat="3" ! DisableSpecificWarnings="4226;4250;4251;4275;4290;4355;4661;4800" /> <Tool Index: openvrml-config.h =================================================================== RCS file: /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC8_0/OpenVRML/openvrml/openvrml-config.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** openvrml-config.h 12 Feb 2006 03:15:39 -0000 1.1 --- openvrml-config.h 21 Feb 2006 20:47:04 -0000 1.2 *************** *** 38,40 **** --- 38,42 ---- # define OPENVRML_LOCAL + # define OPENVRML_ENABLE_EXCEPTION_SPECS 0 + # endif // ifndef OPENVRML_CONFIG_H |