From: Frederic Bouvier Date: Wed, 5 Jan 2011 08:54:50 +0000 (+0100) Subject: Remove the dependency to boost serialization X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=acec1ba4bf07446c8740d0f33901104e7a5f537c;p=simgear.git Remove the dependency to boost serialization --- diff --git a/projects/VC90/SimGear.vcproj b/projects/VC90/SimGear.vcproj index e05ae43f..69d97775 100644 --- a/projects/VC90/SimGear.vcproj +++ b/projects/VC90/SimGear.vcproj @@ -47,7 +47,7 @@ Name="VCCLCompilerTool" InlineFunctionExpansion="1" AdditionalIncludeDirectories="..\..;..\..\simgear;..\..\..;..\..\..\install\msvc90\OpenSceneGraph\include;..\..\..\3rdparty\include;..\..\..\boost_1_44_0" - PreprocessorDefinitions="HAVE_CONFIG_H,NDEBUG,WIN32;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS" + PreprocessorDefinitions="HAVE_CONFIG_H,NDEBUG,WIN32;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;BOOST_MULTI_INDEX_DISABLE_SERIALIZATION;BOOST_BIMAP_DISABLE_SERIALIZATION" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" @@ -118,7 +118,7 @@ Name="VCCLCompilerTool" InlineFunctionExpansion="1" AdditionalIncludeDirectories="..\..;..\..\simgear;..\..\..;..\..\..\install\msvc90-64\OpenSceneGraph\include;..\..\..\3rdparty.x64\include;..\..\..\boost_1_44_0" - PreprocessorDefinitions="HAVE_CONFIG_H,NDEBUG,WIN32;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS" + PreprocessorDefinitions="HAVE_CONFIG_H;NDEBUG;WIN32;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;BOOST_MULTI_INDEX_DISABLE_SERIALIZATION;BOOST_BIMAP_DISABLE_SERIALIZATION" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" @@ -188,7 +188,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..;..\..\simgear;..\..\..;..\..\..\install\msvc90\OpenSceneGraph\include;..\..\..\3rdparty\include;..\..\..\boost_1_44_0" - PreprocessorDefinitions="HAVE_CONFIG_H,_DEBUG,WIN32;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS" + PreprocessorDefinitions="HAVE_CONFIG_H,_DEBUG,WIN32;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;BOOST_MULTI_INDEX_DISABLE_SERIALIZATION;BOOST_BIMAP_DISABLE_SERIALIZATION" BasicRuntimeChecks="3" RuntimeLibrary="3" RuntimeTypeInfo="true" @@ -259,7 +259,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..;..\..\simgear;..\..\..;..\..\..\install\msvc90-64\OpenSceneGraph\include;..\..\..\3rdparty.x64\include;..\..\..\boost_1_44_0" - PreprocessorDefinitions="HAVE_CONFIG_H,_DEBUG,WIN32;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS" + PreprocessorDefinitions="HAVE_CONFIG_H,_DEBUG,WIN32;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;BOOST_MULTI_INDEX_DISABLE_SERIALIZATION;BOOST_BIMAP_DISABLE_SERIALIZATION" BasicRuntimeChecks="3" RuntimeLibrary="3" RuntimeTypeInfo="true" @@ -479,6 +479,30 @@ RelativePath="..\..\simgear\io\sg_file.hxx" > + + + + + + + + + + + + @@ -503,12 +527,6 @@ RelativePath="..\..\simgear\io\sg_socket_udp.hxx" > - - - - - -