summaryrefslogtreecommitdiff
path: root/plugins/MirOTR/MirOTR_12.vcxproj
diff options
context:
space:
mode:
authorRené Schümann <white06tiger@gmail.com>2015-03-26 20:38:55 +0000
committerRené Schümann <white06tiger@gmail.com>2015-03-26 20:38:55 +0000
commit5f2e4efe46fefa7cd11f275896954c24be37b568 (patch)
tree00fb544f0a9a9e9a89dd1af28b97a6248edac9eb /plugins/MirOTR/MirOTR_12.vcxproj
parent1f7e069bda342dff43e2224060f10fcb098ea62a (diff)
MirOTR: compatibility update to support/use libotr 4
+ added otrlextensions from Psi+ (thanks guys, better than our old modification to libotr) * basic instance tag support, though we don't offer user choice yet. + added ProtoGetNickname(), stolen from TabSRMM to get our own nickname of given protocol (utils.cpp) git-svn-id: http://svn.miranda-ng.org/main/trunk@12503 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR/MirOTR_12.vcxproj')
-rw-r--r--plugins/MirOTR/MirOTR_12.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/MirOTR/MirOTR_12.vcxproj b/plugins/MirOTR/MirOTR_12.vcxproj
index 3495612d8b..134210fe49 100644
--- a/plugins/MirOTR/MirOTR_12.vcxproj
+++ b/plugins/MirOTR/MirOTR_12.vcxproj
@@ -190,6 +190,7 @@
<ClCompile Include="src\mirotrmenu.cpp" />
<ClCompile Include="src\options.cpp" />
<ClCompile Include="src\otr.cpp" />
+ <ClCompile Include="src\otrlextensions.c" />
<ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
@@ -208,6 +209,7 @@
<ClInclude Include="src\mirotrmenu.h" />
<ClInclude Include="src\options.h" />
<ClInclude Include="src\otr.h" />
+ <ClInclude Include="src\otrlextensions.h" />
<ClInclude Include="src\resource.h" />
<ClInclude Include="src\stdafx.h" />
<ClInclude Include="src\striphtml.h" />