summaryrefslogtreecommitdiff
path: root/odk/util
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2009-09-16 11:45:54 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2009-09-16 11:45:54 +0000
commit7dbe377ade4654f4d127717f5b99e4cc1f2e954e (patch)
tree1b5bf868b562851de631080bc009cf236cf5c10c /odk/util
parentb40706813bbc27bcf42cafd9c51b6a3271de00d3 (diff)
CWS-TOOLING: integrate CWS l10nframework01
Diffstat (limited to 'odk/util')
-rw-r--r--odk/util/makefile.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/odk/util/makefile.mk b/odk/util/makefile.mk
index 078ecb987157..a2e62ad17891 100644
--- a/odk/util/makefile.mk
+++ b/odk/util/makefile.mk
@@ -6,18 +6,21 @@ TARGET=odk
.INCLUDE: settings.mk
.INCLUDE: makefile.pmk
# ------------------------------------------------------------------
+.IF "$(L10N_framework)"==""
ZIP1TARGET=odkexamples
ZIP1FLAGS=-u -r
ZIP1DIR=$(PRJ)
ZIP1LIST=examples -x "*.svn*" -x "*CVS*" -x "*makefile.mk" -x "*Inspector*" -x "*Container1*" -x "*Storage*" -x "*register_component*" -x "*examples.html"
-.INCLUDE : target.mk
+.ENDIF
+.INCLUDE : target.mk
+.IF "$(L10N_framework)"==""
ALLTAR:\
$(BIN)$/$(PRODUCTZIPFILE)
# $(BIN)$/odk_oo.zip
-
+.ENDIF
$(BIN)$/$(PRODUCTZIPFILE) : $(SDK_CONTENT_CHECK_FILES) $(SDK_CHECK_FLAGS)
cd $(BIN)$/$(PRODUCT_NAME) && zip -urq ..$/$(PRODUCTZIPFILE) . $(CHECKZIPRESULT)