summary refs log tree commit diff stats
path: root/build/build-spell.bat
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2011-05-30 22:54:08 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2011-05-30 22:54:08 +0200
commitbd0728f03b9a3742d50db68ac77f1c4ea042f0a2 (patch)
tree52d4e619cc049b91c89a03865ec9b8b6c4a5b5a4 /build/build-spell.bat
parent67e3ef79bddff056459914a51bea128ed619c5ed (diff)
parent24ac838543bc99ea8d289925b4c5418107d5ae1f (diff)
Merge with default
Diffstat (limited to 'build/build-spell.bat')
-rw-r--r--build/build-spell.bat16
1 files changed, 16 insertions, 0 deletions
diff --git a/build/build-spell.bat b/build/build-spell.bat
new file mode 100644
index 00000000..7300e41d
--- /dev/null
+++ b/build/build-spell.bat
@@ -0,0 +1,16 @@
+@echo off
+set DEPS_ROOT=..\dep-x86
+set XCHAT_DEST=..\tmp-spell
+rmdir /q /s %XCHAT_DEST%
+mkdir %XCHAT_DEST%
+xcopy /q /s /i %DEPS_ROOT%\myspell %XCHAT_DEST%\share\myspell
+copy ..\COPYING %XCHAT_DEST%
+echo [Setup] > xchat-wdk-spell.iss
+echo WizardImageFile=%cd%\bitmaps\wizardimage.bmp >> xchat-wdk-spell.iss
+echo WizardSmallImageFile=%cd%\bitmaps\wizardsmallimage.bmp >> xchat-wdk-spell.iss
+cd ..
+echo SetupIconFile=%cd%\xchat.ico >> build\xchat-wdk-spell.iss
+type build\xchat-wdk-spell.skel.iss >> build\xchat-wdk-spell.iss
+set PATH=%PROGRAMFILES(X86)%\Inno Setup 5
+compil32 /cc build\xchat-wdk-spell.iss
+pause