spelling for x64 using own enchant build

This commit is contained in:
berkeviktor@aol.com
2010-10-02 21:37:03 +02:00
parent 707c6faecd
commit 33814ec9d1
9 changed files with 37 additions and 22 deletions

View File

@@ -0,0 +1,3 @@
@echo off
set PATH=c:\mozilla-build\mingw64\bin;c:\mozilla-build\msys\bin;c:\mozilla-build\build\xchat-dev64\bin
sh configure --exec-prefix=/usr/enchant-x64 --enable-myspell --disable-ispell --disable-aspell --disable-voikko --disable-uspell --disable-hspell --disable-zemberek

View File

@@ -0,0 +1,3 @@
@echo off
set PATH=c:\mozilla-build\mingw32\bin;c:\mozilla-build\msys\bin;c:\mozilla-build\build\xchat-dev32\bin
sh configure --exec-prefix=/usr/enchant-x86 --enable-myspell --disable-ispell --disable-aspell --disable-voikko --disable-uspell --disable-hspell --disable-zemberek