summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-02-25 22:23:17 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-02-25 22:23:24 +0300
commit55edfa2a5128322b28c203c8d40303f3c118210c (patch)
tree3445782913cedff4083ed4c3d19e1a53506cab47
parentc6b8ef982eadd95c77a602edc9c39e55f28adae5 (diff)
MimCmd => static linkage
-rw-r--r--plugins/MimCmd/MimCmd.vcxproj8
1 files changed, 7 insertions, 1 deletions
diff --git a/plugins/MimCmd/MimCmd.vcxproj b/plugins/MimCmd/MimCmd.vcxproj
index 00a6f44102..a6f3088b44 100644
--- a/plugins/MimCmd/MimCmd.vcxproj
+++ b/plugins/MimCmd/MimCmd.vcxproj
@@ -31,9 +31,15 @@
<ItemDefinitionGroup>
<Link>
<SubSystem>Console</SubSystem>
- <DelayLoadDLLs>api-ms-win-crt-heap-l1-1-0.dll;api-ms-win-crt-locale-l1-1-0.dll;api-ms-win-crt-math-l1-1-0.dll;api-ms-win-crt-runtime-l1-1-0.dll;api-ms-win-crt-stdio-l1-1-0.dll;api-ms-win-crt-string-l1-1-0.dll;mir_core.mir</DelayLoadDLLs>
+ <DelayLoadDLLs>mir_core.mir</DelayLoadDLLs>
</Link>
<ClCompile>
+ <RuntimeLibrary Condition="'$(Configuration)'=='Debug'">MultiThreadedDebug</RuntimeLibrary>
+ </ClCompile>
+ <ClCompile>
+ <RuntimeLibrary Condition="'$(Configuration)'=='Release'">MultiThreaded</RuntimeLibrary>
+ </ClCompile>
+ <ClCompile>
<ExceptionHandling>Sync</ExceptionHandling>
</ClCompile>
</ItemDefinitionGroup>