diff options
author | George Hazan <george.hazan@gmail.com> | 2015-06-16 18:02:49 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-06-16 18:02:49 +0000 |
commit | ecaad6776b0348b9e9d851b74d68f707f1722e24 (patch) | |
tree | b496be513a21639f2ca39f0290408be78f5f0eca /plugins/MimCmd/MimCmd.vcxproj | |
parent | 3d3376688a7a7ff1fe7838d350b31412c42d5ccd (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@14214 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MimCmd/MimCmd.vcxproj')
-rw-r--r-- | plugins/MimCmd/MimCmd.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/MimCmd/MimCmd.vcxproj b/plugins/MimCmd/MimCmd.vcxproj index 99f07ab2f4..b8b314ef55 100644 --- a/plugins/MimCmd/MimCmd.vcxproj +++ b/plugins/MimCmd/MimCmd.vcxproj @@ -32,6 +32,7 @@ <Link>
<SubSystem>Console</SubSystem>
<DelayLoadDLLs>mir_core.dll</DelayLoadDLLs>
+ <AdditionalDependencies>delayimp.lib;comctl32.lib;ws2_32.lib;UxTheme.lib;Iphlpapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
</Project>
\ No newline at end of file |