summaryrefslogtreecommitdiff
path: root/config_office/configure.cmd
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-07-22 16:41:27 +0000
committerOliver Bolte <obo@openoffice.org>2008-07-22 16:41:27 +0000
commit2ed59dbaa8b7789ceb7bdfa706b38bf3a5b3239e (patch)
treeaf5ba5c9bb40cfe7c5fe8b5986fa057a4e7072da /config_office/configure.cmd
parentad3a7960dc8257df22c2e9564f3998216096dfdd (diff)
INTEGRATION: CWS os2port03 (1.1.2); FILE ADDED
2008/01/14 16:17:59 ydario 1.1.2.1: os2 specific configuration Issue number:i85203 Submitted by:ydario
Diffstat (limited to 'config_office/configure.cmd')
-rwxr-xr-xconfig_office/configure.cmd7
1 files changed, 7 insertions, 0 deletions
diff --git a/config_office/configure.cmd b/config_office/configure.cmd
new file mode 100755
index 000000000000..389efd2f37ff
--- /dev/null
+++ b/config_office/configure.cmd
@@ -0,0 +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
+endlocal