diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-12-11 14:29:37 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-12-11 14:29:37 +0100 |
commit | 2012320d0eed36e0461e44ac9be8cc162c135bf5 (patch) | |
tree | 6c8674c36fa245b421c38b60f7031a71a0b2ad4b /win32/build-spell.bat | |
parent | 1b84f0467a169e2b20018dce0787973a0ba52273 (diff) |
restructuring
Diffstat (limited to 'win32/build-spell.bat')
-rw-r--r-- | win32/build-spell.bat | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/win32/build-spell.bat b/win32/build-spell.bat new file mode 100644 index 00000000..7325e426 --- /dev/null +++ b/win32/build-spell.bat @@ -0,0 +1,16 @@ +@echo off +set DEPS_ROOT=deps-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 |