summary refs log tree commit diff stats
path: root/ext/enchant/build-x86.bat
blob: 880ac37988606481a90fd59ae687ac8f0458d96b (plain) (blame)
1
2
3
4
5
6
7
@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
pause
make
pause
make install