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 | c552e9a4f47c54a5202017bbf0bf5cc4eedb1d2c (patch) | |
tree | fef89d91e478de8387ed561108d0005d2a77c48b /sc/sdi | |
parent | 236fe0666bcb40990a3533ad2afa0a6bfbc9de67 (diff) |
CWS-TOOLING: integrate CWS l10nframework01
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/sdi/makefile.mk b/sc/sdi/makefile.mk index 8431c62307b9..57fb3b7956e1 100644 --- a/sc/sdi/makefile.mk +++ b/sc/sdi/makefile.mk @@ -41,7 +41,7 @@ SVSDIINC=$(PRJ)$/source$/ui$/inc # --- Files -------------------------------------------------------- - +.IF "$(L10N_framework)"=="" SDI1NAME=$(TARGET) #SIDHRCNAME=SCSLOTS.HRC SDI1EXPORT=scalc @@ -67,6 +67,7 @@ SVSDI1DEPEND= \ pgbrksh.sdi \ scslots.hrc \ $(INC)$/sc.hrc +.ENDIF # --- Targets ------------------------------------------------------- |