summaryrefslogtreecommitdiff
path: root/instsetoo_native/util
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2010-10-07 14:19:02 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-10-07 14:21:46 +0200
commit739974c8413057e8b9a8881be9aa470d21e882c9 (patch)
tree064110d7f051fa570df910eaef091717401d9cee /instsetoo_native/util
parentf7b6780284eef554386f9d9649c0a4f5b82d7ef5 (diff)
Create openofficeall and openofficedevall dmake targets
Diffstat (limited to 'instsetoo_native/util')
-rw-r--r--instsetoo_native/util/makefile.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk
index 3c34c3379953..fb265ed6ad10 100644
--- a/instsetoo_native/util/makefile.mk
+++ b/instsetoo_native/util/makefile.mk
@@ -331,4 +331,13 @@ hack_msitemplates .PHONY:
$(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSIURETEMPLATEDIR)$/Binary$/Image.bmp
$(COPY) $(PRJ)$/res$/nologoinstall.bmp $(MSISDKOOTEMPLATEDIR)$/Binary$/Image.bmp
+.IF "$(OS)" == "WNT"
+
+ALLLANGSTRING:=$(alllangiso)
+
+openofficeall: hack_msitemplates $(LOCALPYFILES) openoffice_$(ALLLANGSTRING:s/ /,/)$(PKGFORMAT:^".")
+
+openofficedevall: hack_msitemplates $(LOCALPYFILES) openofficedev_$(ALLLANGSTRING:s/ /,/)$(PKGFORMAT:^".")
+
+.ENDIF # "$(OS)" == "WNT"