summary refs log tree commit diff stats
path: root/win32/hexchat.props
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-11 19:06:22 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-11 19:06:22 +0100
commit07ddde4108e8b484a36c90617e93de7e4f059d5b (patch)
tree62380c38b7c6a0f2f7cc862fd61e62003a31529d /win32/hexchat.props
parent428f479aeddfd463275ab816af01b7e8ec8a1676 (diff)
Fix GTK-VS installers
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r--win32/hexchat.props13
1 files changed, 6 insertions, 7 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props
index b0411ceb..a61c5b57 100644
--- a/win32/hexchat.props
+++ b/win32/hexchat.props
@@ -49,6 +49,7 @@ echo 2&gt; portable-mode
 move portable-mode "$(HexChatRel)"

 copy changelog.url "$(HexChatRel)"

 copy readme.url "$(HexChatRel)"

+copy "$(DepsRoot)\bin\cert.pem" "$(HexChatRel)"

 copy "$(HexChatBin)hexchat.exe" "$(HexChatRel)"

 copy "$(HexChatBin)hexchat-text.exe" "$(HexChatRel)"

 copy "$(HexChatBin)thememan.exe" "$(HexChatRel)"

@@ -64,25 +65,24 @@ copy "$(DepsRoot)\bin\gobject-2.0.dll" "$(HexChatRel)
 copy "$(DepsRoot)\bin\gthread-2.0.dll" "$(HexChatRel)"

 copy "$(DepsRoot)\bin\gtk-win32-2.0.dll" "$(HexChatRel)"

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

+copy "$(DepsRoot)\bin\libeay32.dll" "$(HexChatRel)"

+copy "$(DepsRoot)\bin\libenchant.dll" "$(HexChatRel)"

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

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

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

+copy "$(DepsRoot)\bin\lua51.dll" "$(HexChatRel)"

 copy "$(DepsRoot)\bin\pango-1.0.dll" "$(HexChatRel)"

 copy "$(DepsRoot)\bin\pangocairo-1.0.dll" "$(HexChatRel)"

 copy "$(DepsRoot)\bin\pangoft2-1.0.dll" "$(HexChatRel)"

 copy "$(DepsRoot)\bin\pangowin32-1.0.dll" "$(HexChatRel)"

 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\2.10.0\engines" "$(HexChatRel)\lib\gtk-2.0\2.10.0\engines"

-::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"

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

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

-copy "$(DepsRoot)\bin\libeay32.dll" "$(HexChatRel)"

-copy "$(DepsRoot)\bin\ssleay32.dll" "$(HexChatRel)"

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

-copy "$(DepsRoot)\bin\cert.pem" "$(HexChatRel)"

-copy "$(DepsRoot)\bin\libenchant.dll" "$(HexChatRel)"

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

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

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

@@ -101,7 +101,6 @@ copy "$(HexChatBin)hcupd.dll" "$(HexChatRel)\plugins"
 copy "$(HexChatBin)hcwinamp.dll" "$(HexChatRel)\plugins"

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

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

-copy "$(DepsRoot)\bin\lua51.dll" "$(HexChatRel)"

 xcopy /q /s /i "$(HexChatBin)locale" "$(HexChatRel)\locale"

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

 copy "$(ProgramFiles)\Codejock Software\ISSkin\ISSkinU.dll" "$(HexChatRel)"