From: inikep Date: Fri, 13 May 2016 11:04:27 +0000 (+0200) Subject: Visual Studio: remove MSVC*.DLL dependency from Release executables X-Git-Tag: v0.7.0^2~54^2^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d9e557f44348a5caaa9a7991d7e8ecfcc68b3d9;p=thirdparty%2Fzstd.git Visual Studio: remove MSVC*.DLL dependency from Release executables --- diff --git a/visual/2013/fullbench/fullbench.vcxproj b/visual/2013/fullbench/fullbench.vcxproj index c24105ee3..40935bbf7 100644 --- a/visual/2013/fullbench/fullbench.vcxproj +++ b/visual/2013/fullbench/fullbench.vcxproj @@ -128,6 +128,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) false true + MultiThreaded Console @@ -147,6 +148,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true false + MultiThreaded Console diff --git a/visual/2013/fuzzer/fuzzer.vcxproj b/visual/2013/fuzzer/fuzzer.vcxproj index 5fd5f5b48..bd3e849f4 100644 --- a/visual/2013/fuzzer/fuzzer.vcxproj +++ b/visual/2013/fuzzer/fuzzer.vcxproj @@ -128,6 +128,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) false true + MultiThreaded Console @@ -147,6 +148,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true false + MultiThreaded Console diff --git a/visual/2013/zstdlib/zstdlib.vcxproj b/visual/2013/zstdlib/zstdlib.vcxproj index 94da3e5d3..c13ff0af0 100644 --- a/visual/2013/zstdlib/zstdlib.vcxproj +++ b/visual/2013/zstdlib/zstdlib.vcxproj @@ -176,7 +176,7 @@ true ZSTD_DLL_EXPORT=1;ZSTD_HEAPMODE=0;ZSTD_LEGACY_SUPPORT=0;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) false - MultiThreadedDLL + MultiThreaded ProgramDatabase All @@ -199,7 +199,7 @@ ZSTD_DLL_EXPORT=1;ZSTD_HEAPMODE=0;ZSTD_LEGACY_SUPPORT=0;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) false false - MultiThreadedDLL + MultiThreaded ProgramDatabase true true