enable ispell support, it won't hurt
This commit is contained in:
parent
f018c899e5
commit
c7fd1a5022
|
@ -1,6 +1,6 @@
|
|||
@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-1.5.0-x64 --enable-myspell --disable-ispell --disable-aspell --disable-voikko --disable-uspell --disable-hspell --disable-zemberek
|
||||
sh configure --exec-prefix=/usr/enchant-1.5.0-x64 --enable-myspell --enable-ispell --disable-aspell --disable-voikko --disable-uspell --disable-hspell --disable-zemberek
|
||||
pause
|
||||
make
|
||||
pause
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@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-1.5.0-x86 --enable-myspell --disable-ispell --disable-aspell --disable-voikko --disable-uspell --disable-hspell --disable-zemberek
|
||||
sh configure --exec-prefix=/usr/enchant-1.5.0-x86 --enable-myspell --enable-ispell --disable-aspell --disable-voikko --disable-uspell --disable-hspell --disable-zemberek
|
||||
pause
|
||||
make
|
||||
pause
|
||||
|
|
Loading…
Reference in New Issue