diff options
Diffstat (limited to 'Boltun')
-rw-r--r-- | Boltun/Boltun_10.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Boltun/Boltun_10.vcxproj b/Boltun/Boltun_10.vcxproj index 9f8b8b3..0f05bca 100644 --- a/Boltun/Boltun_10.vcxproj +++ b/Boltun/Boltun_10.vcxproj @@ -68,7 +68,7 @@ <AdditionalIncludeDirectories>../../include;../ExternalAPI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>NDEBUG;BOLTUN_EXPORTS;WIN32;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_UNICODE;UNICODE;_WIN32_WINNT=0x0501;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
<WarningLevel>Level3</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
|