scons/build_msvc.bat: use aspell explicitly (squashes some SCons warnings); hunspell does not yet work

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36810 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2010-12-10 16:08:15 +00:00
parent 4f6e9640c8
commit cbd7789e55

View File

@ -1 +1 @@
call scons install prefix=..\..\build-msvc use_vc=yes frontend=qt4 mode=release version_suffix=20 gettext=system nls=yes extra_inc_path=..\..\lyx-windows-deps-msvc2008\include extra_lib_path=..\..\lyx-windows-deps-msvc2008\lib extra_bin_path=..\..\lyx-windows-deps-msvc2008\bin qt_dir=..\..\..\..\Qt
call scons install prefix=..\..\build-msvc use_vc=yes spell=aspell frontend=qt4 mode=release version_suffix=20 gettext=system nls=yes extra_inc_path=..\..\lyx-windows-deps-msvc2008\include extra_lib_path=..\..\lyx-windows-deps-msvc2008\lib extra_bin_path=..\..\lyx-windows-deps-msvc2008\bin qt_dir=..\..\..\..\Qt