diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-10-15 08:43:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-10-15 08:43:33 +0000 |
commit | a24b024b3b6fa665b3e660dec386ea5f472ec09b (patch) | |
tree | 7bc04347dbc14e37dd6fc6f720559d4252ee3608 /solenv/inc/antsettings.mk | |
parent | 5208ea7053255a8d4dae5dd9670dffa0eae1610e (diff) |
CWS-TOOLING: integrate CWS ause098
Diffstat (limited to 'solenv/inc/antsettings.mk')
-rw-r--r-- | solenv/inc/antsettings.mk | 7 |
1 files changed, 5 insertions, 2 deletions
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)"!="" |