diff options
author | George Hazan <george.hazan@gmail.com> | 2012-09-27 17:12:49 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-09-27 17:12:49 +0000 |
commit | 795fd3b5c0a366bd1455d4c0ae8a7d9bb474c348 (patch) | |
tree | ba6269dbf2f13a67c4fe7573f02dab93095b432c /protocols/MRA/Mra.vcxproj | |
parent | 6c6a48a1ea97de81ded7062eae451db4fc13261b (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.vcxproj | 5 |
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>
|