mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-16 18:50:19 +00:00
spelling for x64 using own enchant build
This commit is contained in:
3
ext/enchant/build-x64.bat
Normal file
3
ext/enchant/build-x64.bat
Normal 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
|
||||
3
ext/enchant/build-x86.bat
Normal file
3
ext/enchant/build-x86.bat
Normal 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
|
||||
Reference in New Issue
Block a user