don't slow down building process with myspell copy

This commit is contained in:
berkeviktor@aol.com
2011-02-21 03:58:17 +01:00
parent c94ced1570
commit 4ed94a08ff
3 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,9 @@
@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
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