diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-03 18:26:48 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-03 18:26:48 +0200 |
commit | 90db7e85c2d738d15c9cb82cdd3db95005e39b85 (patch) | |
tree | e2d6c1b02d9b2473073aafa732101b308788f8a5 /win32/hexchat.props | |
parent | 8131d66da70d5bfe1126b1c0fd99ef01d3ad69f0 (diff) |
Complete the VS2010 reversion
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r-- | win32/hexchat.props | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props index 5403fc4b..e9dd136a 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -102,6 +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)hcperl-512.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcperl-514.dll" "$(HexChatRel)\plugins" copy "$(HexChatBin)hcperl-516.dll" "$(HexChatRel)\plugins" |