From: fredb <fredb> Date: Sun, 25 Jan 2009 11:53:35 +0000 (+0000) Subject: Update MSVC 7.1 projects - Remove pthreads dependency X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3ff059848c23904b09ba1c640b28d438927d41ab;p=simgear.git Update MSVC 7.1 projects - Remove pthreads dependency --- diff --git a/projects/VC7.1/SimGear.vcproj b/projects/VC7.1/SimGear.vcproj index b305088b..697e5234 100755 --- a/projects/VC7.1/SimGear.vcproj +++ b/projects/VC7.1/SimGear.vcproj @@ -23,7 +23,7 @@ <Tool Name="VCCLCompilerTool" InlineFunctionExpansion="1" - AdditionalIncludeDirectories="..\..;..\..\simgear;..\..\..;..\..\..\install\msvc71\OpenSceneGraph\include;..\..\..\3rdparty\include;"..\..\..\pthreads-w32-2-7-0-release";..\..\..\boost_1_36_0" + AdditionalIncludeDirectories="..\..;..\..\simgear;..\..\..;..\..\..\install\msvc71\OpenSceneGraph\include;..\..\..\3rdparty\include;..\..\..\boost_1_36_0" PreprocessorDefinitions="HAVE_CONFIG_H,NDEBUG,WIN32;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS" StringPooling="TRUE" RuntimeLibrary="2" @@ -75,7 +75,7 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="..\..;..\..\simgear;..\..\..;..\..\..\install\msvc71\OpenSceneGraph\include;..\..\..\3rdparty\include;"..\..\..\pthreads-w32-2-7-0-release";..\..\..\boost_1_36_0" + AdditionalIncludeDirectories="..\..;..\..\simgear;..\..\..;..\..\..\install\msvc71\OpenSceneGraph\include;..\..\..\3rdparty\include;..\..\..\boost_1_36_0" PreprocessorDefinitions="HAVE_CONFIG_H,_DEBUG,WIN32;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS" BasicRuntimeChecks="3" RuntimeLibrary="3" @@ -924,12 +924,6 @@ <File RelativePath="..\..\simgear\threads\SGQueue.hxx"> </File> - <File - RelativePath="..\..\simgear\threads\SGThread.cxx"> - </File> - <File - RelativePath="..\..\simgear\threads\SGThread.hxx"> - </File> </Filter> <Filter Name="Lib_sgstructure"