2ab9986bdf
2009-09-05 22:49:00 +0200 ydario r275858 : #i99588# applied os2port06 diff to DEV300 tree.
7 lines
532 B
Batchfile
Executable file
7 lines
532 B
Batchfile
Executable file
@echo off
|
|
setlocal
|
|
SET MY_ANT_HOME=e:/java150/apache-ant-1.7.0
|
|
SET JAVA_HOME=e:\java150
|
|
SET PATH=%JAVA_HOME%\bin;%PATH%;%MY_ANT_HOME%\bin;
|
|
sh -c "configure --with-system-openssl --with-system-icu --with-system-libxml --with-system-libxslt --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 --with-ant-home=%MY_ANT_HOME%" | tee configure.log
|
|
endlocal
|