diff --git a/cli/cppcheck.vcproj b/cli/cppcheck.vcproj index 3e8bdb1d5..b91025ebf 100755 --- a/cli/cppcheck.vcproj +++ b/cli/cppcheck.vcproj @@ -1,7 +1,7 @@ ..\lib;%(AdditionalIncludeDirectories) _DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) EnableFastChecks - MultiThreadedDebugDLL + MultiThreadedDebug false $(IntDir) $(IntDir) @@ -98,7 +98,7 @@ true ..\lib;%(AdditionalIncludeDirectories) NDEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreaded false $(IntDir) $(IntDir) diff --git a/lib/lib.vcproj b/lib/lib.vcproj index e5cca8ae8..06c7eaff1 100644 --- a/lib/lib.vcproj +++ b/lib/lib.vcproj @@ -1,7 +1,7 @@ Disabled WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) EnableFastChecks - MultiThreadedDebugDLL + MultiThreadedDebug false $(IntDir) $(IntDir) @@ -70,7 +70,7 @@ true true NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreaded false $(IntDir) $(IntDir) diff --git a/test/test.vcproj b/test/test.vcproj index edf3631f5..b36af931a 100755 --- a/test/test.vcproj +++ b/test/test.vcproj @@ -1,7 +1,7 @@ ..\lib;%(AdditionalIncludeDirectories) _DEBUG;WIN32;UNIT_TESTING;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) EnableFastChecks - MultiThreadedDebugDLL + MultiThreadedDebug false $(IntDir) $(IntDir) @@ -96,7 +96,7 @@ true ..\lib;%(AdditionalIncludeDirectories) NDEBUG;WIN32;UNIT_TESTING;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreaded false $(IntDir) $(IntDir)