diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-02-24 04:13:14 +0100 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-02-24 04:13:14 +0100 |
commit | f16af8be941b596dedac3bf4e371ee2d21f4b598 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /build/build-spell.bat | |
parent | c6a031659b54230099c863b7ccdc03de4a4c7a2d (diff) |
nuke the repo
Diffstat (limited to 'build/build-spell.bat')
-rw-r--r-- | build/build-spell.bat | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/build/build-spell.bat b/build/build-spell.bat deleted file mode 100644 index 7300e41d..00000000 --- a/build/build-spell.bat +++ /dev/null @@ -1,16 +0,0 @@ -@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 |