summaryrefslogtreecommitdiff
path: root/solenv/inc/ant.mk
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-18 15:27:59 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-18 15:27:59 +0000
commit6f77d238ec3dbb84ab71bfe9a3c2495071461e7d (patch)
treed07cdf06698d030852114fe1eadee251c1c99f91 /solenv/inc/ant.mk
parentd571166adb942cec4a2ddfa23aa7cb8bab198455 (diff)
#100000# use quotes for proext
Diffstat (limited to 'solenv/inc/ant.mk')
-rw-r--r--solenv/inc/ant.mk10
1 files changed, 7 insertions, 3 deletions
diff --git a/solenv/inc/ant.mk b/solenv/inc/ant.mk
index 212d3ca73bba..f6ed74c1de6d 100644
--- a/solenv/inc/ant.mk
+++ b/solenv/inc/ant.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: ant.mk,v $
#
-# $Revision: 1.22 $
+# $Revision: 1.23 $
#
-# last change: $Author: obo $ $Date: 2004-03-17 09:32:10 $
+# last change: $Author: obo $ $Date: 2004-03-18 16:27:59 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -112,7 +112,11 @@ ANT_OPT=on
.ENDIF
.ENDIF
-ANT_FLAGS!:=-Dprj=$(PRJ) -Dprjname=$(PRJNAME) -Ddebug=$(ANT_DEBUG) -Doptimize=$(ANT_OPT) -Dtarget=$(TARGET) -Dsolar.update=on -Dout=$(OUT) -Dinpath=$(INPATH) -Dproext=$(PROEXT) -Dsolar.bin=$(SOLARBINDIR) -Dsolar.jar=$(SOLARBINDIR) -Dsolar.doc=$(SOLARDOCDIR) -Dcommon.jar=$(SOLARCOMMONBINDIR) -Dcommon.doc=$(SOLARCOMMONDOCDIR) -f $(ANT_BUILDFILE) $(ANT_FLAGS) -emacs
+ANT_FLAGS!:=-Dprj=$(PRJ) -Dprjname=$(PRJNAME) -Ddebug=$(ANT_DEBUG) -Doptimize=$(ANT_OPT) \
+ -Dtarget=$(TARGET) -Dsolar.update=on -Dout=$(OUT) -Dinpath=$(INPATH) -Dproext="$(PROEXT)" \
+ -Dsolar.bin=$(SOLARBINDIR) -Dsolar.jar=$(SOLARBINDIR) -Dsolar.doc=$(SOLARDOCDIR) \
+ -Dcommon.jar=$(SOLARCOMMONBINDIR) -Dcommon.doc=$(SOLARCOMMONDOCDIR) \
+ -f $(ANT_BUILDFILE) $(ANT_FLAGS) -emacs
.INCLUDE : target.mk