Add XChat Theme Manager (TingPing)

This commit is contained in:
Patrick Griffs
2012-06-17 05:45:08 +02:00
committed by Berke Viktor
parent 35821f3875
commit 6bca080d93
19 changed files with 1322 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ echo 2> 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> 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)"