diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-21 06:40:28 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-21 06:40:28 +0200 |
commit | cb891a9732d77dde425052b6d11dc8024492e80a (patch) | |
tree | 8ee9aab170fd12b4a541dd201d8200513091262d /win32/hexchat-xp.props | |
parent | c54cd4181b9d4b49768c56a47655dbea1a9553b7 (diff) |
Rename WinSys on the code level
Diffstat (limited to 'win32/hexchat-xp.props')
-rw-r--r-- | win32/hexchat-xp.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/hexchat-xp.props b/win32/hexchat-xp.props index 7af896d7..f7eabce2 100644 --- a/win32/hexchat-xp.props +++ b/win32/hexchat-xp.props @@ -99,7 +99,7 @@ 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)hcwinsys.dll" "$(HexChatRel)\plugins" +copy "$(HexChatBin)hcsysinfo.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcwmpa.dll" "$(HexChatRel)\plugins" copy "$(DepsRoot)\bin\lua51.dll" "$(HexChatRel)" xcopy /q /s /i "$(HexChatBin)locale" "$(HexChatRel)\locale" |