diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-02-21 03:20:29 +0100 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-02-21 03:20:29 +0100 |
commit | 171ec0b504ca561a5bed451313289746b8a5af99 (patch) | |
tree | 00a7bca27e9a0e2254a1025db76221b80804583e /build/build-spell.bat | |
parent | e8651664f21dda44b7316fd7e7f6854780baca63 (diff) |
some more work on stripping myspell
Diffstat (limited to 'build/build-spell.bat')
-rw-r--r-- | build/build-spell.bat | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/build/build-spell.bat b/build/build-spell.bat new file mode 100644 index 00000000..17cd7a52 --- /dev/null +++ b/build/build-spell.bat @@ -0,0 +1,10 @@ +@echo off +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 |