From 4199a112024b90442ca60e45025d4fbadd971ccb Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Wed, 4 May 2011 00:40:21 +0200 Subject: [PATCH] Windows: link with static crt --- liboio-benchmark.vcxproj | 8 ++++---- liboio-test.vcxproj | 8 ++++---- liboio.vcxproj | 14 ++++++++++++-- 3 files changed, 20 insertions(+), 10 deletions(-) diff --git a/liboio-benchmark.vcxproj b/liboio-benchmark.vcxproj index 087e6bf2..f9c243e2 100644 --- a/liboio-benchmark.vcxproj +++ b/liboio-benchmark.vcxproj @@ -77,7 +77,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDebugDLL + MultiThreadedDebug Level3 ProgramDatabase Disabled @@ -92,7 +92,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDebugDLL + MultiThreadedDebug Level3 ProgramDatabase Disabled @@ -106,7 +106,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreaded Level3 ProgramDatabase @@ -122,7 +122,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreaded Level3 ProgramDatabase diff --git a/liboio-test.vcxproj b/liboio-test.vcxproj index 2dd98253..db88031f 100644 --- a/liboio-test.vcxproj +++ b/liboio-test.vcxproj @@ -78,7 +78,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDebugDLL + MultiThreadedDebug Level3 ProgramDatabase Disabled @@ -93,7 +93,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDebugDLL + MultiThreadedDebug Level3 ProgramDatabase Disabled @@ -107,7 +107,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreaded Level3 ProgramDatabase @@ -123,7 +123,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreaded Level3 ProgramDatabase diff --git a/liboio.vcxproj b/liboio.vcxproj index 8024233c..f8d5fde0 100644 --- a/liboio.vcxproj +++ b/liboio.vcxproj @@ -74,7 +74,7 @@ WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - MultiThreadedDebugDLL + MultiThreadedDebug Level3 ProgramDatabase Disabled @@ -83,12 +83,22 @@ WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - MultiThreadedDebugDLL + MultiThreadedDebug Level3 ProgramDatabase Disabled + + + MultiThreaded + + + + + MultiThreaded + +