diff options
author | Patrick Griffis <tingping@tingping.se> | 2016-08-28 21:18:44 -0400 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2016-10-08 14:48:49 -0400 |
commit | dba19a961bb0ba3f0d28eee20980ea808a70289d (patch) | |
tree | 5ebcd1d70a5d1ef282b50ebc950e018ee1998587 /plugins/fishlim/fishlim.vcxproj | |
parent | 65abf5c5324536b14985689bb97af61bf439d651 (diff) |
fishlim: Add /keyx for DH1080 key exchange
Losely based upon work from PR #1440 Fixes #653
Diffstat (limited to 'plugins/fishlim/fishlim.vcxproj')
-rw-r--r-- | plugins/fishlim/fishlim.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/fishlim/fishlim.vcxproj b/plugins/fishlim/fishlim.vcxproj index 50eec873..43ae1df9 100644 --- a/plugins/fishlim/fishlim.vcxproj +++ b/plugins/fishlim/fishlim.vcxproj @@ -53,13 +53,14 @@ <None Include="fishlim.def" /> </ItemGroup> <ItemGroup> - <ClInclude Include="bool.h" /> + <ClInclude Include="dh1080.h" /> <ClInclude Include="fish.h" /> <ClInclude Include="irc.h" /> <ClInclude Include="keystore.h" /> <ClInclude Include="plugin_hexchat.h" /> </ItemGroup> <ItemGroup> + <ClCompile Include="dh1080.c" /> <ClCompile Include="fish.c" /> <ClCompile Include="irc.c" /> <ClCompile Include="keystore.c" /> |