diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-15 17:12:30 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-15 17:12:30 +0000 |
commit | 56fdf9150cb97434f0107614f85426f00580848e (patch) | |
tree | 2da6ea8108fa2632a4a0ef3159ac1db13a72df8c /stopspam | |
parent | 9e0ca10baba2700d19bd3a3b81500b73bd4013d0 (diff) |
small fixes
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@108 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'stopspam')
-rw-r--r-- | stopspam/stopspam_10.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stopspam/stopspam_10.vcxproj b/stopspam/stopspam_10.vcxproj index 3f292b7..7782273 100644 --- a/stopspam/stopspam_10.vcxproj +++ b/stopspam/stopspam_10.vcxproj @@ -258,7 +258,7 @@ <AdditionalIncludeDirectories>../../include;../ExternalAPI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;STOPSPAM_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
<PrecompiledHeader>
|