diff options
author | Berke Viktor <github.bviktor@outlook.com> | 2014-06-13 17:36:32 +0200 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-06-13 22:31:08 -0400 |
commit | 62209618e148b18cc508a6af51235c660ee9799a (patch) | |
tree | 26676b0f27a8a17b568b3f8eb312b5ffd23dcbfa | |
parent | 7bfa2ee8a716cfa3223b71506a9f98211547ca7c (diff) |
We don't ship DNS as a plugin anymore
-rw-r--r-- | win32/hexchat.props | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props index a86003d0..a117a33b 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -81,7 +81,6 @@ xcopy /q /s /i "..\..\COPYING" "$(HexChatRel)\share\doc\hexchat\" xcopy /q /s /i "$(DepsRoot)\share\doc" "$(HexChatRel)\share\doc" xcopy /q /s /i "$(DepsRoot)\lib\enchant\libenchant_myspell.dll" "$(HexChatRel)\lib\enchant\" xcopy /q /s /i "$(HexChatBin)hcchecksum.dll" "$(HexChatRel)\plugins\" -copy "$(HexChatBin)hcdns.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcdoat.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcexec.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcfishlim.dll" "$(HexChatRel)\plugins" |