summaryrefslogtreecommitdiff
path: root/configure.cmd
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2009-09-10 22:44:47 +0000
committerKurt Zenker <kz@openoffice.org>2009-09-10 22:44:47 +0000
commit2ab9986bdffa397bb45a5e71a55eb52073d84ec4 (patch)
treed40ddbb47ce973ada267b2bc1e7061037c33cedd /configure.cmd
parentb66844a072923f1f434e4d0dc2b2bcbe4db5c080 (diff)
CWS-TOOLING: integrate CWS os2port06dev300
2009-09-05 22:49:00 +0200 ydario r275858 : #i99588# applied os2port06 diff to DEV300 tree.
Diffstat (limited to 'configure.cmd')
-rwxr-xr-xconfigure.cmd8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.cmd b/configure.cmd
index 389efd2f37ff..1d847525f6f9 100755
--- a/configure.cmd
+++ b/configure.cmd
@@ -1,7 +1,7 @@
@echo off
setlocal
-SET ANT_HOME=C:\PROGRAMMI\jsdk142\apache-ant-1.7.0
-SET JAVA_HOME=C:\PROGRAMMI\jsdk142
-SET PATH=%JAVA_HOME%\bin;%PATH%;%ANT_HOME%\bin;
-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
+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