Skip to content

Commit 6cbf9e4

Browse files
committed
Externals: Always use Multi-Threaded DLL runtime.
1 parent 6db3da6 commit 6cbf9e4

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

src/Externals/libogg_static.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
7474
<MinimalRebuild>true</MinimalRebuild>
7575
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
76-
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
76+
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
7777
<PrecompiledHeader>
7878
</PrecompiledHeader>
7979
<WarningLevel>Level4</WarningLevel>
@@ -112,7 +112,7 @@
112112
<StringPooling>true</StringPooling>
113113
<ExceptionHandling>
114114
</ExceptionHandling>
115-
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
115+
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
116116
<BufferSecurityCheck>false</BufferSecurityCheck>
117117
<PrecompiledHeader>
118118
</PrecompiledHeader>

src/Externals/libtheora_static.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_BIND_TO_CURRENT_CRT_VERSION;WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBTHEORA_EXPORTS;DEBUG;OC_X86_ASM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
7474
<MinimalRebuild>true</MinimalRebuild>
7575
<BasicRuntimeChecks>StackFrameRuntimeCheck</BasicRuntimeChecks>
76-
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
76+
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
7777
<PrecompiledHeader>
7878
</PrecompiledHeader>
7979
<WarningLevel>Level3</WarningLevel>

src/Externals/libvorbis_static.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBVORBIS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
7373
<MinimalRebuild>true</MinimalRebuild>
7474
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
75-
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
75+
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
7676
<PrecompiledHeader>
7777
</PrecompiledHeader>
7878
<WarningLevel>Level4</WarningLevel>

src/Externals/libvorbisfile_static.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBVORBISFILE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
7373
<MinimalRebuild>true</MinimalRebuild>
7474
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
75-
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
75+
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
7676
<PrecompiledHeader>
7777
</PrecompiledHeader>
7878
<WarningLevel>Level3</WarningLevel>

src/Externals/zlib.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<PreprocessorDefinitions>WIN32;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
7171
<ExceptionHandling>
7272
</ExceptionHandling>
73-
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
73+
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
7474
<BufferSecurityCheck>false</BufferSecurityCheck>
7575
<PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile>
7676
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
@@ -97,7 +97,7 @@
9797
<StringPooling>true</StringPooling>
9898
<ExceptionHandling>
9999
</ExceptionHandling>
100-
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
100+
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
101101
<BufferSecurityCheck>false</BufferSecurityCheck>
102102
<FunctionLevelLinking>true</FunctionLevelLinking>
103103
<PrecompiledHeaderOutputFile>$(IntDir)zlibstat.pch</PrecompiledHeaderOutputFile>

0 commit comments

Comments
 (0)