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 | fcd1e07f252c3e44a5707e9e9ee429a5cef98fc8 (patch) | |
tree | 6c32d7bfc642c6a3b8fd32ae9f2cf93e7ca3f8de /io/test/makefile.mk | |
parent | a580a1837bedb94e3c95fa48ce602a2ac04b7117 (diff) |
CWS-TOOLING: integrate CWS l10nframework01
Diffstat (limited to 'io/test/makefile.mk')
-rw-r--r-- | io/test/makefile.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/io/test/makefile.mk b/io/test/makefile.mk index af032ba8efb1..b7acf670684f 100644 --- a/io/test/makefile.mk +++ b/io/test/makefile.mk @@ -41,6 +41,7 @@ ENABLE_EXCEPTIONS=TRUE # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk +.IF "$(L10N_framework)"=="" # --- Files -------------------------------------------------------- OBJFILES= $(OBJ)$/testcomponent.obj \ @@ -90,5 +91,6 @@ $(BIN)$/applicat.rdb: $(SOLARBINDIR)$/udkapi.rdb rm -f $@ regmerge $@ / $? +.ENDIF # L10N_framework .INCLUDE : target.mk |