sync master with lastest vba changes
[ooovba.git] / configure.cmd
blob389efd2f37ff99bc510aad211a76217e7295e794
1 @echo off
2 setlocal
3 SET ANT_HOME=C:\PROGRAMMI\jsdk142\apache-ant-1.7.0
4 SET JAVA_HOME=C:\PROGRAMMI\jsdk142
5 SET PATH=%JAVA_HOME%\bin;%PATH%;%ANT_HOME%\bin;
6 sh -c "configure --disable-werror --with-use-shell=4nt --disable-mozilla --disable-epm --disable-odk --disable-qadevooo --with-x=no --disable-fontconfig --disable-gnome-vfs --disable-gtk --with-java=yes --disable-gcjaot --without-nas --without-fonts" | tee configure.log
7 endlocal