diff options
Diffstat (limited to 'BuddyPounce/buddypounce.vcxproj')
-rw-r--r-- | BuddyPounce/buddypounce.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BuddyPounce/buddypounce.vcxproj b/BuddyPounce/buddypounce.vcxproj index 70ec933..63df428 100644 --- a/BuddyPounce/buddypounce.vcxproj +++ b/BuddyPounce/buddypounce.vcxproj @@ -98,7 +98,7 @@ <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;BUDDYPOUNCE_EXPORTS; _CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
<WarningLevel>Level3</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
|