diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-12-09 19:17:58 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-12-09 19:17:58 +0000 |
commit | 2e0ff4d2ab47b15ee212c3c496253f628d7bc024 (patch) | |
tree | 4e3f51f666adb2db885b94df5ab81ffe89e878d8 /plugins/MirOTR/libotr-3.2.0 | |
parent | 4b55acd579bb38772e0e1af863fe46c318ed1e54 (diff) |
- MirOTR: compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@2706 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR/libotr-3.2.0')
-rw-r--r-- | plugins/MirOTR/libotr-3.2.0/libotr320_10.vcxproj | 3 | ||||
-rw-r--r-- | plugins/MirOTR/libotr-3.2.0/libotr320_11.vcxproj | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/plugins/MirOTR/libotr-3.2.0/libotr320_10.vcxproj b/plugins/MirOTR/libotr-3.2.0/libotr320_10.vcxproj index 824f94f84a..4da33767a6 100644 --- a/plugins/MirOTR/libotr-3.2.0/libotr320_10.vcxproj +++ b/plugins/MirOTR/libotr-3.2.0/libotr320_10.vcxproj @@ -144,9 +144,8 @@ <ClInclude Include="custom\config.h" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\libgcrypt-1.4.6\libgcrypt146lib.vcxproj">
+ <ProjectReference Include="..\libgcrypt-1.4.6\libgcrypt146lib_10.vcxproj">
<Project>{40fe7861-e54e-4da9-be4d-a5178014e477}</Project>
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
diff --git a/plugins/MirOTR/libotr-3.2.0/libotr320_11.vcxproj b/plugins/MirOTR/libotr-3.2.0/libotr320_11.vcxproj index 2bf366d8b1..bd1edf1ee1 100644 --- a/plugins/MirOTR/libotr-3.2.0/libotr320_11.vcxproj +++ b/plugins/MirOTR/libotr-3.2.0/libotr320_11.vcxproj @@ -148,9 +148,8 @@ <ClInclude Include="custom\config.h" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\libgcrypt-1.4.6\libgcrypt146lib.vcxproj">
+ <ProjectReference Include="..\libgcrypt-1.4.6\libgcrypt146lib_11.vcxproj">
<Project>{40fe7861-e54e-4da9-be4d-a5178014e477}</Project>
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|