summaryrefslogtreecommitdiff
path: root/configure.cmd
blob: 0864d0a7ec47807d5c7a675a44ab1f7c43b4a85f (plain)
1
2
3
4
5
6
7
8
9
10
11
@echo off
setlocal
SET JAVA_HOME=d:\os2\java160
SET MY_ANT_HOME=d:/os2/java160/apache-ant-1.7.0
SET PATH=%JAVA_HOME%\bin;%PATH%;%MY_ANT_HOME%\bin;

set config_shell=sh
set perl_sh_dir=/usr/bin

sh ./configure --prefix=/@unixroot/usr --disable-binfilter --with-system-zlib --with-system-jpeg --without-stlport --with-system-icu --with-system-curl --with-system-python --with-system-openssl --with-system-libxml --with-system-libxslt --disable-werror --disable-mozilla --disable-odk --with-x=no --disable-fontconfig --disable-gnome-vfs --disable-gtk --with-java=yes --disable-gcjaot --without-fonts --with-ant-home=%MY_ANT_HOME% --without-junit | tee configure.log
endlocal