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