diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-12 02:04:58 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-12 02:04:58 +0100 |
commit | c0dca425a5dd6c7233dc30c59dbfd661f882f8ff (patch) | |
tree | c59caf6da2b266a96c9dcf4cdccf23c5c7d7cb5d /win32/hexchat.props | |
parent | cc0051cb402f9a76c883809d41688caddd2d5afb (diff) |
Prepare solution for Perl 5.16 VC build
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 070019d3..9104b1af 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -92,8 +92,8 @@ copy "$(HexChatBin)hcfishlim.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hchextray.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hclua.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-512.dll" "$(HexChatRel)\plugins" +::copy "$(HexChatBin)hcperl-514.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcperl-516.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcpython.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hctcl.dll" "$(HexChatRel)\plugins" |