diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-25 16:40:26 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-25 16:40:26 +0200 |
commit | 7cc2dc36e5e015a37d699df166edeee21f1e63e7 (patch) | |
tree | eb9eaaee8b7b4c125cb9c34b709ec8d396da3b40 /win32/hexchat.props | |
parent | 82a903f347c737519bcc3be59cea5a53e337b6da (diff) |
Get rid of the SASL plugin
Diffstat (limited to 'win32/hexchat.props')
-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 5290c8c9..bc3d3ca0 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -111,7 +111,6 @@ copy "$(HexChatBin)hcperl-516.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcpython.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hctcl.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcupd.dll" "$(HexChatRel)\plugins" -copy "$(HexChatBin)hcsasl.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hextray.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcwinamp.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcsysinfo.dll" "$(HexChatRel)\plugins" |