summary refs log tree commit diff stats
path: root/ext/enchant/build-x86.bat
blob: 5eaeae8f19565a5376cfd04c8e7d672597dfac56 (plain) (blame)
1
2
3
4
5
6
7
8
@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 --enable-ispell --disable-aspell --disable-voikko --disable-uspell --disable-hspell --disable-zemberek
pause
make
pause
make install
pause