diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-03-10 22:34:55 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-03-10 22:34:55 +0000 |
commit | 9ae77d567708f16deb9e9cb1c2761c332a618db8 (patch) | |
tree | a5e9ebb966789bd88657ff28381cce12e1e19871 /imo2sproxy/msvc/imoproxy.vcxproj | |
parent | 3ac06a4d4a007232012b80412e3075cbbd5c8a53 (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 'imo2sproxy/msvc/imoproxy.vcxproj')
-rw-r--r-- | imo2sproxy/msvc/imoproxy.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imo2sproxy/msvc/imoproxy.vcxproj b/imo2sproxy/msvc/imoproxy.vcxproj index 78a6e8f..92e8ac6 100644 --- a/imo2sproxy/msvc/imoproxy.vcxproj +++ b/imo2sproxy/msvc/imoproxy.vcxproj @@ -86,7 +86,7 @@ </ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<StringPooling>true</StringPooling>
<FunctionLevelLinking>true</FunctionLevelLinking>
|