diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-04-13 02:38:44 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-04-13 02:38:44 +0200 |
commit | 0c351c9cbc273b89c8ff21c8b80c162f8b6be494 (patch) | |
tree | 1f87233c457a71d137b4d6246320f5ec0bfac94f /win32/hexchat.props | |
parent | cc1f2b2d27e5a41f0cbb32b34329e720b8e63f59 (diff) |
Nuke WMPA, not supported by Express
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 00ef030b..cd8cb6bd 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -90,7 +90,6 @@ copy "$(HexChatBin)hcpython.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcupd.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcwinamp.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcsysinfo.dll" "$(HexChatRel)\plugins" -::copy "$(HexChatBin)hcwmpa.dll" "$(HexChatRel)\plugins" xcopy /q /s /i "$(HexChatBin)locale" "$(HexChatRel)\share\locale" xcopy /q /s /i "$(DepsRoot)\share\locale" "$(HexChatRel)\share\locale" </HexChatCopy> |