1@echo off 2setlocal 3SET JAVA_HOME=d:\os2\java160 4SET MY_ANT_HOME=d:/os2/java160/apache-ant-1.7.0 5SET PATH=%JAVA_HOME%\bin;%PATH%;%MY_ANT_HOME%\bin;
| 1@echo off 2setlocal 3SET JAVA_HOME=d:\os2\java160 4SET MY_ANT_HOME=d:/os2/java160/apache-ant-1.7.0 5SET PATH=%JAVA_HOME%\bin;%PATH%;%MY_ANT_HOME%\bin;
|
6rem set grep=grep.exe
| |
7 8set config_shell=sh 9set perl_sh_dir=/usr/bin 10
| 6 7set config_shell=sh 8set perl_sh_dir=/usr/bin 9
|
11rem --with-system-icu --disable-epm 12sh ./configure --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
| 10sh ./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
|
13endlocal
| 11endlocal
|