diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-09-15 21:52:47 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-09-15 21:52:47 +0200 |
commit | 6942d2b4b17f5b20bd27cc26aeff948037912be7 (patch) | |
tree | 1cb1adb40df49df58dfc6af487813921212b3f6b /win32/copy/copy.vcxproj | |
parent | 94065e3fe06ec7ee38bbbe706b4617cd662495b6 (diff) |
Update solution to Visual Studio 2012 Express and get rid of mpcInfo
Diffstat (limited to 'win32/copy/copy.vcxproj')
-rw-r--r-- | win32/copy/copy.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win32/copy/copy.vcxproj b/win32/copy/copy.vcxproj index 84e2574f..43179c1a 100644 --- a/win32/copy/copy.vcxproj +++ b/win32/copy/copy.vcxproj @@ -113,7 +113,6 @@ copy "$(OutDir)\hcdoat.dll" "$(HexChatDest)\plugins" copy "$(OutDir)\hcexec.dll" "$(HexChatDest)\plugins" copy "$(OutDir)\hcfishlim.dll" "$(HexChatDest)\plugins" copy "$(OutDir)\hclua.dll" "$(HexChatDest)\plugins" -copy "$(OutDir)\hcmpcinfo.dll" "$(HexChatDest)\plugins" copy "$(OutDir)\hcperl-512.dll" "$(HexChatDest)\plugins" copy "$(OutDir)\hcperl-514.dll" "$(HexChatDest)\plugins" copy "$(OutDir)\hcperl-516.dll" "$(HexChatDest)\plugins" @@ -196,7 +195,6 @@ copy "$(OutDir)\hcdoat.dll" "$(HexChatDest)\plugins" copy "$(OutDir)\hcexec.dll" "$(HexChatDest)\plugins" copy "$(OutDir)\hcfishlim.dll" "$(HexChatDest)\plugins" copy "$(OutDir)\hclua.dll" "$(HexChatDest)\plugins" -copy "$(OutDir)\hcmpcinfo.dll" "$(HexChatDest)\plugins" copy "$(OutDir)\hcperl-512.dll" "$(HexChatDest)\plugins" copy "$(OutDir)\hcperl-514.dll" "$(HexChatDest)\plugins" copy "$(OutDir)\hcperl-516.dll" "$(HexChatDest)\plugins" |