summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2011-08-07 13:54:28 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2011-08-07 13:54:28 +0200
commite6eeb135f72dbf0bd96ff1b7f6b9ebb8cabffa7e (patch)
tree417c1c54e2e81f13cc3afc66de8db3d88169cbff
parent08e5778b19abcde484056e0cac76c237c2180142 (diff)
installer support for libxml and related stuff
-rw-r--r--build/build-small.bat1
-rw-r--r--build/release-x64.bat1
-rw-r--r--build/release-x86.bat3
-rw-r--r--build/xchat-wdk.skel.iss5
4 files changed, 10 insertions, 0 deletions
diff --git a/build/build-small.bat b/build/build-small.bat
index 2ee202ac..ce3f717a 100644
--- a/build/build-small.bat
+++ b/build/build-small.bat
@@ -49,6 +49,7 @@ xcopy /q /s /i %DEPS_ROOT%\lib\gtk-2.0\2.10.0\engines\libpixmap.dll %XCHAT_DEST%
 copy %DEPS_ROOT%\lib\gtk-2.0\2.10.0\engines\libwimp.dll %XCHAT_DEST%\lib\gtk-2.0\2.10.0\engines
 xcopy /q /s /i %DEPS_ROOT%\lib\gtk-2.0\modules\libgail.dll %XCHAT_DEST%\lib\gtk-2.0\modules\
 xcopy /q /s /i etc %XCHAT_DEST%\etc
+xcopy /q /s /i share %XCHAT_DEST%\share
 copy %DEPS_ROOT%\bin\libeay32.dll %XCHAT_DEST%
 copy %DEPS_ROOT%\bin\ssleay32.dll %XCHAT_DEST%
 copy %DEPS_ROOT%\bin\zlib1.dll %XCHAT_DEST%
diff --git a/build/release-x64.bat b/build/release-x64.bat
index e22043e9..4c5ad3c5 100644
--- a/build/release-x64.bat
+++ b/build/release-x64.bat
@@ -22,6 +22,7 @@ copy %DEPS_ROOT%\bin\libpangoft2-1.0-0.dll %XCHAT_DEST%\libpangoft2-1.0-0.dll.x6
 copy %DEPS_ROOT%\bin\libpangowin32-1.0-0.dll %XCHAT_DEST%\libpangowin32-1.0-0.dll.x64
 copy %DEPS_ROOT%\bin\libatk-1.0-0.dll %XCHAT_DEST%\libatk-1.0-0.dll.x64
 copy %DEPS_ROOT%\bin\libintl-8.dll %XCHAT_DEST%\libintl-8.dll.x64
+copy %DEPS_ROOT%\bin\libxml2.dll %XCHAT_DEST%\libxml2.dll.x64
 copy %DEPS_ROOT%\lib\gtk-2.0\2.10.0\engines\libpixmap.dll %XCHAT_DEST%\lib\gtk-2.0\2.10.0\engines\libpixmap.dll.x64
 copy %DEPS_ROOT%\lib\gtk-2.0\2.10.0\engines\libwimp.dll %XCHAT_DEST%\lib\gtk-2.0\2.10.0\engines\libwimp.dll.x64
 copy %DEPS_ROOT%\lib\gtk-2.0\modules\libgail.dll %XCHAT_DEST%\lib\gtk-2.0\modules\libgail.dll.x64
diff --git a/build/release-x86.bat b/build/release-x86.bat
index b61bdbea..7deebb31 100644
--- a/build/release-x86.bat
+++ b/build/release-x86.bat
@@ -26,10 +26,13 @@ copy %DEPS_ROOT%\bin\libpangoft2-1.0-0.dll %XCHAT_DEST%
 copy %DEPS_ROOT%\bin\libpangowin32-1.0-0.dll %XCHAT_DEST%
 copy %DEPS_ROOT%\bin\libatk-1.0-0.dll %XCHAT_DEST%
 copy %DEPS_ROOT%\bin\intl.dll %XCHAT_DEST%
+copy %DEPS_ROOT%\bin\libxml2.dll %XCHAT_DEST%
+copy %DEPS_ROOT%\LICENSE.LIBXML %XCHAT_DEST%
 xcopy /q /s /i %DEPS_ROOT%\lib\gtk-2.0\2.10.0\engines\libpixmap.dll %XCHAT_DEST%\lib\gtk-2.0\2.10.0\engines\
 copy %DEPS_ROOT%\lib\gtk-2.0\2.10.0\engines\libwimp.dll %XCHAT_DEST%\lib\gtk-2.0\2.10.0\engines
 xcopy /q /s /i %DEPS_ROOT%\lib\gtk-2.0\modules\libgail.dll %XCHAT_DEST%\lib\gtk-2.0\modules\
 xcopy /q /s /i etc %XCHAT_DEST%\etc
+xcopy /q /s /i share %XCHAT_DEST%\share
 copy ..\COPYING %XCHAT_DEST%
 copy %DEPS_ROOT%\LICENSE.OPENSSL %XCHAT_DEST%
 copy %DEPS_ROOT%\LICENSE.ZLIB %XCHAT_DEST%
diff --git a/build/xchat-wdk.skel.iss b/build/xchat-wdk.skel.iss
index 0baef7e8..09507d3d 100644
--- a/build/xchat-wdk.skel.iss
+++ b/build/xchat-wdk.skel.iss
@@ -80,8 +80,10 @@ Source: "LICENSE.GTK"; DestDir: "{app}"; Components: libs
 Source: "LICENSE.CAIRO"; DestDir: "{app}"; Components: libs

 Source: "LICENSE.LUA"; DestDir: "{app}"; Components: libs

 Source: "LICENSE.ENCHANT"; DestDir: "{app}"; Components: libs

+Source: "LICENSE.LIBXML"; DestDir: "{app}"; Components: libs

 Source: "portable-mode"; DestDir: "{app}"; Tasks: portable

 Source: "etc\*"; DestDir: "{app}\etc"; Flags: createallsubdirs recursesubdirs; Components: libs

+Source: "share\xml\*"; DestDir: "{app}\share\xml"; Flags: createallsubdirs recursesubdirs; Components: libs

 Source: "locale\*"; DestDir: "{app}\locale"; Flags: createallsubdirs recursesubdirs; Components: translations

 Source: "share\locale\*"; DestDir: "{app}\share\locale"; Flags: createallsubdirs recursesubdirs; Components: translations

 ;Source: "share\myspell\*"; DestDir: "{app}\share\myspell"; Flags: createallsubdirs recursesubdirs; Components: spelling

@@ -164,6 +166,9 @@ Source: "ssleay32.dll.x64"; DestDir: "{app}"; DestName: "ssleay32.dll"; Componen
 Source: "zlib1.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

 Source: "zlib1.dll.x64"; DestDir: "{app}"; DestName: "zlib1.dll"; Components: libs; Tasks: x64

 

+Source: "libxml2.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

+Source: "libxml2.dll.x64"; DestDir: "{app}"; DestName: "libxml2.dll"; Components: libs; Tasks: x64

+

 Source: "libenchant.dll"; DestDir: "{app}"; Components: libs; Tasks: x86

 Source: "libenchant.dll.x64"; DestDir: "{app}"; DestName: "libenchant.dll"; Components: libs; Tasks: x64