From a24b024b3b6fa665b3e660dec386ea5f472ec09b Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 15 Oct 2008 08:43:33 +0000 Subject: CWS-TOOLING: integrate CWS ause098 --- solenv/inc/antsettings.mk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'solenv/inc/antsettings.mk') diff --git a/solenv/inc/antsettings.mk b/solenv/inc/antsettings.mk index 7288e9b13931..1153fabd5a16 100644 --- a/solenv/inc/antsettings.mk +++ b/solenv/inc/antsettings.mk @@ -8,7 +8,7 @@ # # $RCSfile: antsettings.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.7.166.1 $ # # This file is part of OpenOffice.org. # @@ -84,5 +84,8 @@ ANT_FLAGS!:=-Dprj=$(PRJ) -Dprjname=$(PRJNAME) -Ddebug=$(ANT_DEBUG) -Doptimize=$( ANT= ANT_FLAGS= .ENDIF - + +.IF "$(WITH_LANG)"!="" +ANT_FLAGS+=-Dsolar.langs="$(WITH_LANG)" -Dsolar.localized="true" +.ENDIF # "$(WITH_LANG)"!="" -- cgit