diff options
Diffstat (limited to 'plugins/MirOTR/libotr/libotr_12.vcxproj')
-rw-r--r-- | plugins/MirOTR/libotr/libotr_12.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/MirOTR/libotr/libotr_12.vcxproj b/plugins/MirOTR/libotr/libotr_12.vcxproj index 8698501aca..de574568fe 100644 --- a/plugins/MirOTR/libotr/libotr_12.vcxproj +++ b/plugins/MirOTR/libotr/libotr_12.vcxproj @@ -121,7 +121,9 @@ <ClCompile Include="src\auth.c" />
<ClCompile Include="src\b64.c" />
<ClCompile Include="src\context.c" />
+ <ClCompile Include="src\context_priv.c" />
<ClCompile Include="src\dh.c" />
+ <ClCompile Include="src\instag.c" />
<ClCompile Include="src\mem.c" />
<ClCompile Include="src\message.c" />
<ClCompile Include="src\privkey.c" />
@@ -134,7 +136,9 @@ <ClInclude Include="src\auth.h" />
<ClInclude Include="src\b64.h" />
<ClInclude Include="src\context.h" />
+ <ClInclude Include="src\context_priv.h" />
<ClInclude Include="src\dh.h" />
+ <ClInclude Include="src\instag.h" />
<ClInclude Include="src\mem.h" />
<ClInclude Include="src\message.h" />
<ClInclude Include="src\privkey-t.h" />
|