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 | a408bb529fbd69138625a7efe7ce41fc5f899015 (patch) | |
tree | 3d7f1fde2a6350f4b45bb757763c789bea3616a4 /UnoControls | |
parent | 7882c6a0034e17b65e1a27bc0ed7bc65bc1679c5 (diff) |
CWS-TOOLING: integrate CWS l10nframework01
Diffstat (limited to 'UnoControls')
-rw-r--r-- | UnoControls/source/controls/makefile.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/UnoControls/source/controls/makefile.mk b/UnoControls/source/controls/makefile.mk index 0255791fa293..bccdd5704bae 100644 --- a/UnoControls/source/controls/makefile.mk +++ b/UnoControls/source/controls/makefile.mk @@ -33,6 +33,7 @@ PRJ=..$/.. PRJNAME=UnoControls TARGET=controls ENABLE_EXCEPTIONS=TRUE +.IF "$(L10N_framework)"=="" # --- Settings ----------------------------------------------------- .INCLUDE : $(PRJ)$/util$/makefile.pmk @@ -47,4 +48,6 @@ SLOFILES=\ $(SLO)$/statusindicator.obj # --- Targets ------------------------------------------------------ +.ENDIF # L10N_framework + .INCLUDE : target.mk |