diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2009-09-16 11:45:54 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2009-09-16 11:45:54 +0000 |
commit | 17f1988c7649d4239ba675040bf7dc145f3e5423 (patch) | |
tree | 5fdf557e539020bb7287650d53ce4c98c55049ad /xmlscript/source/misc | |
parent | 2cf1b92c231f06eff95a1fce8654ce0e01b5014b (diff) |
CWS-TOOLING: integrate CWS l10nframework01
Diffstat (limited to 'xmlscript/source/misc')
-rw-r--r-- | xmlscript/source/misc/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmlscript/source/misc/makefile.mk b/xmlscript/source/misc/makefile.mk index 8bd9b7919857..fbd7b0b098e1 100644 --- a/xmlscript/source/misc/makefile.mk +++ b/xmlscript/source/misc/makefile.mk @@ -39,7 +39,7 @@ ENABLE_EXCEPTIONS=TRUE # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk - +.IF "$(L10N_framework)"=="" #----------------------------------------------------------- SLOFILES = \ @@ -48,4 +48,5 @@ SLOFILES = \ # --- Targets ------------------------------------------------------ .INCLUDE : $(PRJ)$/util$/target.pmk +.ENDIF # L10N_framework .INCLUDE : target.mk |