summaryrefslogtreecommitdiff
path: root/protocols/MSN/msn.vcxproj
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-03-19 17:21:24 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-03-19 17:21:24 +0000
commit71a50ce4a1a39766414993da9310675fae5bb6fa (patch)
tree0a67aa7a00c71ee44e0bcf8dae3aeee3e7ae7fa9 /protocols/MSN/msn.vcxproj
parent5e86eb56a552318387023451c1dd992669940700 (diff)
built-in skylogin library (gotten from https://github.com/msndevs/skylogin.git)
git-svn-id: http://svn.miranda-ng.org/main/trunk@16512 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MSN/msn.vcxproj')
-rw-r--r--protocols/MSN/msn.vcxproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/protocols/MSN/msn.vcxproj b/protocols/MSN/msn.vcxproj
index 87e7feff21..603d726bdc 100644
--- a/protocols/MSN/msn.vcxproj
+++ b/protocols/MSN/msn.vcxproj
@@ -29,5 +29,13 @@
<ClCompile>
<ExceptionHandling>Sync</ExceptionHandling>
</ClCompile>
+ <Link>
+ <AdditionalDependencies>libeay32.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ </Link>
</ItemDefinitionGroup>
+ <ItemGroup>
+ <ClCompile Include="src\skylogin\*.c">
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
+ </ClCompile>
+ </ItemGroup>
</Project>