diff options
author | George Hazan <ghazan@miranda.im> | 2017-02-16 19:46:00 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-02-16 19:46:09 +0300 |
commit | adc9831eb28ab13ae2d9ce37b82436193d06eacd (patch) | |
tree | b245d0d4c07ea6fde7d67f47594eef18fc8b52fc /plugins | |
parent | bd98ec9efc4999f9a764c53566ca2e503bfe68d8 (diff) |
miranda got her own OpenSSL binaries
for those who compile Miranda himself, these binaries can be downloaded from http://www.miranda-ng.org/distr/build/
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/OpenSSL/OpenSSL.vcxproj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/OpenSSL/OpenSSL.vcxproj b/plugins/OpenSSL/OpenSSL.vcxproj index 29d08f9d1f..f7136fda99 100644 --- a/plugins/OpenSSL/OpenSSL.vcxproj +++ b/plugins/OpenSSL/OpenSSL.vcxproj @@ -30,8 +30,7 @@ <ExceptionHandling>Sync</ExceptionHandling>
</ClCompile>
<Link>
- <AdditionalDependencies>delayimp.lib;libeay32.lib;ssleay32.lib;crypt32.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <DelayLoadDLLs>libeay32.dll;ssleay32.dll;crypt32.dll</DelayLoadDLLs>
+ <AdditionalDependencies>libeay32.lib;ssleay32.lib;crypt32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
</Project>
\ No newline at end of file |