mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-19 12:10:19 +00:00
some more work on stripping myspell
This commit is contained in:
10
build/build-spell.bat
Normal file
10
build/build-spell.bat
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user