diff options
author | George Hazan <ghazan@miranda.im> | 2018-02-22 23:16:49 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-02-22 23:16:49 +0300 |
commit | 7199eca4895b8ba0da40857275094220170b25a5 (patch) | |
tree | 595a3ad367aaf992d38a5201632cc1913cd21e56 /plugins/MimCmd/MimCmd.vcxproj | |
parent | 1163cd367fc081b85e4ec56b0299775453395702 (diff) |
fixes #1160 (MimCmd: cannot locate runtime library)
Diffstat (limited to 'plugins/MimCmd/MimCmd.vcxproj')
-rw-r--r-- | plugins/MimCmd/MimCmd.vcxproj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/MimCmd/MimCmd.vcxproj b/plugins/MimCmd/MimCmd.vcxproj index a567479d8f..00a6f44102 100644 --- a/plugins/MimCmd/MimCmd.vcxproj +++ b/plugins/MimCmd/MimCmd.vcxproj @@ -31,8 +31,7 @@ <ItemDefinitionGroup>
<Link>
<SubSystem>Console</SubSystem>
- <DelayLoadDLLs>mir_core.mir</DelayLoadDLLs>
- <AdditionalDependencies>delayimp.lib;comctl32.lib;ws2_32.lib;UxTheme.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <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>
</Link>
<ClCompile>
<ExceptionHandling>Sync</ExceptionHandling>
|