From 6cbf9e47b645ae738a4e8b0e1dfd921285e1212c Mon Sep 17 00:00:00 2001 From: Jules Blok Date: Sat, 28 Jan 2017 02:55:55 +0100 Subject: [PATCH] Externals: Always use Multi-Threaded DLL runtime. --- src/Externals/libogg_static.vcxproj | 4 ++-- src/Externals/libtheora_static.vcxproj | 2 +- src/Externals/libvorbis_static.vcxproj | 2 +- src/Externals/libvorbisfile_static.vcxproj | 2 +- src/Externals/zlib.vcxproj | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Externals/libogg_static.vcxproj b/src/Externals/libogg_static.vcxproj index 812e2715b5f..e4ea71aa29d 100644 --- a/src/Externals/libogg_static.vcxproj +++ b/src/Externals/libogg_static.vcxproj @@ -73,7 +73,7 @@ WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDLL Level4 @@ -112,7 +112,7 @@ true - MultiThreaded + MultiThreadedDLL false diff --git a/src/Externals/libtheora_static.vcxproj b/src/Externals/libtheora_static.vcxproj index d87d372f963..f7d805db44d 100644 --- a/src/Externals/libtheora_static.vcxproj +++ b/src/Externals/libtheora_static.vcxproj @@ -73,7 +73,7 @@ _CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_BIND_TO_CURRENT_CRT_VERSION;WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBTHEORA_EXPORTS;DEBUG;OC_X86_ASM;%(PreprocessorDefinitions) true StackFrameRuntimeCheck - MultiThreadedDebugDLL + MultiThreadedDLL Level3 diff --git a/src/Externals/libvorbis_static.vcxproj b/src/Externals/libvorbis_static.vcxproj index 96176faeefe..f574622a3ed 100644 --- a/src/Externals/libvorbis_static.vcxproj +++ b/src/Externals/libvorbis_static.vcxproj @@ -72,7 +72,7 @@ WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBVORBIS_EXPORTS;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebugDLL + MultiThreadedDLL Level4 diff --git a/src/Externals/libvorbisfile_static.vcxproj b/src/Externals/libvorbisfile_static.vcxproj index adb4ec799de..624deeb2c14 100644 --- a/src/Externals/libvorbisfile_static.vcxproj +++ b/src/Externals/libvorbisfile_static.vcxproj @@ -72,7 +72,7 @@ WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBVORBISFILE_EXPORTS;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebugDLL + MultiThreadedDLL Level3 diff --git a/src/Externals/zlib.vcxproj b/src/Externals/zlib.vcxproj index 401e66a5c83..da069073594 100644 --- a/src/Externals/zlib.vcxproj +++ b/src/Externals/zlib.vcxproj @@ -70,7 +70,7 @@ WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) - MultiThreadedDebugDLL + MultiThreadedDLL false $(IntDir)zlibstat.pch $(IntDir) @@ -97,7 +97,7 @@ true - MultiThreaded + MultiThreadedDLL false true $(IntDir)zlibstat.pch