summary refs log tree commit diff stats
path: root/win32/hexchat.props
diff options
context:
space:
mode:
authorTingPing <tingping@fedoraproject.org>2014-06-25 20:38:53 -0400
committerTingPing <tingping@fedoraproject.org>2014-06-25 20:38:53 -0400
commite0f80e41bfc8939b4ce3110ee1e91213db8146ff (patch)
tree47e115956af9a2ca2f42f45c94e04a3524fc4df0 /win32/hexchat.props
parent9a5977a9c983fc1bbe4b52a6ab600412a26cd359 (diff)
win32: Use theme shipped with gtk
No reason for us to maintain own copy. This also
makes custom theme installing easier.
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r--win32/hexchat.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props
index a117a33b..8af53c79 100644
--- a/win32/hexchat.props
+++ b/win32/hexchat.props
@@ -75,10 +75,10 @@ copy "$(DepsRoot)\bin\pixman-1.dll" "$(HexChatRel)"
 copy "$(DepsRoot)\bin\ssleay32.dll" "$(HexChatRel)"

 copy "$(DepsRoot)\bin\zlib1.dll" "$(HexChatRel)"

 xcopy /q /s /i "$(DepsRoot)\lib\gtk-2.0\i686-pc-vs10\engines" "$(HexChatRel)\lib\gtk-2.0\i686-pc-vs10\engines"

-xcopy /q /s /i etc "$(HexChatRel)\etc"

 xcopy /q /s /i share "$(HexChatRel)\share"

 xcopy /q /s /i "..\..\COPYING" "$(HexChatRel)\share\doc\hexchat\"

 xcopy /q /s /i "$(DepsRoot)\share\doc" "$(HexChatRel)\share\doc"

+xcopy /q /s /i "$(DepsRoot)\share\themes\MS-Windows" "$(HexChatRel)\share\themes\MS-Windows"

 xcopy /q /s /i "$(DepsRoot)\lib\enchant\libenchant_myspell.dll" "$(HexChatRel)\lib\enchant\"

 xcopy /q /s /i "$(HexChatBin)hcchecksum.dll" "$(HexChatRel)\plugins\"

 copy "$(HexChatBin)hcdoat.dll" "$(HexChatRel)\plugins"