summaryrefslogtreecommitdiff
path: root/protocols/MRA/Mra.vcxproj
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-09-27 17:12:49 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-09-27 17:12:49 +0000
commit795fd3b5c0a366bd1455d4c0ae8a7d9bb474c348 (patch)
treeba6269dbf2f13a67c4fe7573f02dab93095b432c /protocols/MRA/Mra.vcxproj
parent6c6a48a1ea97de81ded7062eae451db4fc13261b (diff)
- mra is linked statically with zlib now;
- new simplified async acks mechanism; git-svn-id: http://svn.miranda-ng.org/main/trunk@1686 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MRA/Mra.vcxproj')
-rw-r--r--protocols/MRA/Mra.vcxproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/MRA/Mra.vcxproj b/protocols/MRA/Mra.vcxproj
index 9c3c242bba..0e4eb762fe 100644
--- a/protocols/MRA/Mra.vcxproj
+++ b/protocols/MRA/Mra.vcxproj
@@ -238,6 +238,11 @@
<ResourceCompile Include="resource.rc" />
<ResourceCompile Include="version.rc" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\plugins\Zlib\zlib_10.vcxproj">
+ <Project>{e2a369cd-eda3-414f-8ad0-e732cd7ee68c}</Project>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>