summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-14 12:30:07 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-14 12:32:53 +0100
commitb57fb0749c5011ac679bc92ffa3047ed70941b8d (patch)
tree8bc84abfe9121ad2ceeba3a6a9c60cd84bfc2d64
parenta4848e8cebe712f96f409f8687fc76cef22b640f (diff)
multilingual sdk build targets
-rw-r--r--instsetoo_native/util/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk
index 2befb3e81..2388d31ef 100644
--- a/instsetoo_native/util/makefile.mk
+++ b/instsetoo_native/util/makefile.mk
@@ -365,5 +365,9 @@ openofficeall: hack_msitemplates $(LOCALPYFILES) openoffice_$(ALLLANGSTRING:s/ /
openofficedevall: hack_msitemplates $(LOCALPYFILES) openofficedev_$(ALLLANGSTRING:s/ /,/)$(PKGFORMAT:^".")
+sdkooall: hack_msitemplates $(LOCALPYFILES) sdkoo_$(ALLLANGSTRING:s/ /,/)$(PKGFORMAT:^".")
+
+sdkoodevall: hack_msitemplates $(LOCALPYFILES) sdkoodev_$(ALLLANGSTRING:s/ /,/)$(PKGFORMAT:^".")
+
.ENDIF # "$(OS)" == "WNT"