summary refs log tree commit diff stats
path: root/win32/copy
diff options
context:
space:
mode:
authorPatrick Griffs <tingping@tingping.se>2012-06-17 05:45:08 +0200
committerBerke Viktor <berkeviktor@aol.com>2012-06-17 05:45:08 +0200
commit6bca080d93e73132a7d41977687bffc476cff697 (patch)
treef12c8ff8d910b13dfb64c367555cdde328da3bc6 /win32/copy
parent35821f3875e4a718932f7f67debdeacaa8c6cc3d (diff)
Add XChat Theme Manager (TingPing)
Diffstat (limited to 'win32/copy')
-rw-r--r--win32/copy/copy.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/copy/copy.vcxproj b/win32/copy/copy.vcxproj
index a68df4a0..7a3cf9d9 100644
--- a/win32/copy/copy.vcxproj
+++ b/win32/copy/copy.vcxproj
@@ -68,6 +68,7 @@ echo 2&gt; portable-mode
 move portable-mode "$(XChatDest)"

 copy "$(OutDir)\xchat.exe" "$(XChatDest)"

 copy "$(OutDir)\xchat-text.exe" "$(XChatDest)"

+copy "$(OutDir)\thememan.exe" "$(XChatDest)"

 copy "$(DepsRoot)\bin\libatk-1.0-0.dll" "$(XChatDest)"

 copy "$(DepsRoot)\bin\libcairo-2.dll" "$(XChatDest)"

 copy "$(DepsRoot)\bin\libexpat-1.dll" "$(XChatDest)"

@@ -150,6 +151,7 @@ echo 2&gt; portable-mode
 move portable-mode "$(XChatDest)"

 copy "$(OutDir)\xchat.exe" "$(XChatDest)"

 copy "$(OutDir)\xchat-text.exe" "$(XChatDest)"

+copy "$(OutDir)\thememan.exe" "$(XChatDest)"

 copy "$(DepsRoot)\bin\libatk-1.0-0.dll" "$(XChatDest)"

 copy "$(DepsRoot)\bin\libcairo-2.dll" "$(XChatDest)"

 copy "$(DepsRoot)\bin\libexpat-1.dll" "$(XChatDest)"