summary refs log tree commit diff stats
path: root/build/build-spell.bat
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2011-02-21 03:58:17 +0100
committerberkeviktor@aol.com <berkeviktor@aol.com>2011-02-21 03:58:17 +0100
commit4ed94a08ff2cbe8f25ee70de0e4bf11e5a6dc057 (patch)
treea6f61851b63248764d3ac665dba63c9095ce5f02 /build/build-spell.bat
parentc94ced1570fac69a1f27acb7ac85965856c94f85 (diff)
don't slow down building process with myspell copy
Diffstat (limited to 'build/build-spell.bat')
-rw-r--r--build/build-spell.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/build-spell.bat b/build/build-spell.bat
index 17cd7a52..0a4e9b2d 100644
--- a/build/build-spell.bat
+++ b/build/build-spell.bat
@@ -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