summaryrefslogtreecommitdiff
path: root/FingerPrintModPlus
diff options
context:
space:
mode:
authorwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2012-03-10 22:34:55 +0000
committerwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2012-03-10 22:34:55 +0000
commit9ae77d567708f16deb9e9cb1c2761c332a618db8 (patch)
treea5e9ebb966789bd88657ff28381cce12e1e19871 /FingerPrintModPlus
parent3ac06a4d4a007232012b80412e3075cbbd5c8a53 (diff)
Changing defaults to dynamic linking
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@278 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'FingerPrintModPlus')
-rw-r--r--FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj b/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj
index 27a3658..40ea27d 100644
--- a/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj
+++ b/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj
@@ -118,7 +118,7 @@
<AdditionalIncludeDirectories>../../include;../ExternalAPI;res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>FULL;_FULL;WIN32;NDEBUG;_WINDOWS;_USRDLL;FINGERPRINT_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
@@ -176,7 +176,7 @@
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<AdditionalIncludeDirectories>../../include;../ExternalAPI;res;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<StringPooling>true</StringPooling>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>