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 | d6cf80c14ef6abe02125bb8f66262961193cffd7 (patch) | |
tree | cd0ac5af57e495d4eb1a269f4b1723ffa0ac0c48 /vcl/workben/makefile.mk | |
parent | e87ea379e99c01e62555c1821b69a55a490b07f2 (diff) |
CWS-TOOLING: integrate CWS l10nframework01
Diffstat (limited to 'vcl/workben/makefile.mk')
-rw-r--r-- | vcl/workben/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/workben/makefile.mk b/vcl/workben/makefile.mk index 34316356a1a6..0b89f031651d 100644 --- a/vcl/workben/makefile.mk +++ b/vcl/workben/makefile.mk @@ -140,6 +140,7 @@ APP5STDLIBS+=-lsocket .ENDIF .INCLUDE : target.mk +.IF "$(L10N_framework)"=="" ALLTAR : $(BIN)$/applicat.rdb @@ -151,4 +152,4 @@ $(BIN)$/applicat.rdb : makefile.mk $(UNOUCRRDB) $(REGCOMP) -register -r applicat.rdb \ -c i18nsearch.uno$(DLLPOST) \ -c i18npool.uno$(DLLPOST) - +.ENDIF |