diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-03 18:54:15 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-03 18:54:15 +0200 |
commit | 981c7b9482d6f65c38aeec624a10c6b91a9d77cf (patch) | |
tree | c2b8af2b955352a500ac69c3b07f95155e205fc9 /win32/hexchat.props | |
parent | 018e32e693faf97081487f21d584084a2023e813 (diff) |
Now really finish the reversion
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r-- | win32/hexchat.props | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props index e9dd136a..890dfd01 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -102,7 +102,7 @@ copy "$(HexChatBin)hcdoat.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcexec.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcfishlim.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hclua.dll" "$(HexChatRel)\plugins" -copy "$(OutDir)\hcmpcinfo.dll" "$(HexChatRel)\plugins" +copy "$(HexChatBin)hcmpcinfo.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcperl-512.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcperl-514.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcperl-516.dll" "$(HexChatRel)\plugins" @@ -113,7 +113,7 @@ 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)hcwmpa.dll" "$(HexChatRel)\plugins" +copy "$(HexChatBin)hcwmpa.dll" "$(HexChatRel)\plugins" copy "$(DepsRoot)\bin\lua51.dll" "$(HexChatRel)" xcopy /q /s /i "$(HexChatBin)locale" "$(HexChatRel)\locale" xcopy /q /s /i "$(DepsRoot)\share\locale" "$(HexChatRel)\share\locale" |