summary refs log tree commit diff stats
path: root/win32
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-26 01:13:32 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-26 01:13:32 +0200
commitbf42c2b60fa43e88ba58574b680a1a42fc981ee1 (patch)
tree3635f30145fd80099641339d12b0c660ac2edb69 /win32
parentef158aadbff3a30033539b2bdfc367b38cc2c236 (diff)
Fixes after file moves
Diffstat (limited to 'win32')
-rw-r--r--win32/hexchat-xp.props2
-rw-r--r--win32/hexchat.props2
2 files changed, 2 insertions, 2 deletions
diff --git a/win32/hexchat-xp.props b/win32/hexchat-xp.props
index 03f3f752..695a3ed4 100644
--- a/win32/hexchat-xp.props
+++ b/win32/hexchat-xp.props
@@ -71,7 +71,7 @@ xcopy /q /s /i "$(DepsRoot)\lib\gtk-2.0\2.10.0\engines" "$(HexChatRel)\lib\gtk-2
 xcopy /q /s /i "$(DepsRoot)\lib\gtk-2.0\modules\libgail.dll" "$(HexChatRel)\lib\gtk-2.0\modules\"

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

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

-copy "..\..\COPYING" "$(HexChatRel)"

+copy "..\..\share\doc\COPYING" "$(HexChatRel)"

 copy "$(DepsRoot)\LICENSE.OPENSSL" "$(HexChatRel)"

 copy "$(DepsRoot)\LICENSE.ZLIB" "$(HexChatRel)"

 copy "$(DepsRoot)\share\gettext\intl\COPYING.LIB-2.0" "$(HexChatRel)\LICENSE.GTK"

diff --git a/win32/hexchat.props b/win32/hexchat.props
index bc3d3ca0..286259f0 100644
--- a/win32/hexchat.props
+++ b/win32/hexchat.props
@@ -75,7 +75,7 @@ copy "$(DepsRoot)\bin\pixman-1.dll" "$(HexChatRel)"
 ::xcopy /q /s /i "$(DepsRoot)\lib\gtk-2.0\modules\libgail.dll" "$(HexChatRel)\lib\gtk-2.0\modules\"

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

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

-copy "..\..\COPYING" "$(HexChatRel)"

+copy "..\..\share\doc\COPYING" "$(HexChatRel)"

 copy "$(DepsRoot)\LICENSE.ATK" "$(HexChatRel)\share"

 copy "$(DepsRoot)\LICENSE.CAIRO" "$(HexChatRel)\share"

 copy "$(DepsRoot)\LICENSE.ENCHANT" "$(HexChatRel)\share"