diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-10-07 14:19:02 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-10-07 14:21:46 +0200 |
commit | 739974c8413057e8b9a8881be9aa470d21e882c9 (patch) | |
tree | 064110d7f051fa570df910eaef091717401d9cee /instsetoo_native/util | |
parent | f7b6780284eef554386f9d9649c0a4f5b82d7ef5 (diff) |
Create openofficeall and openofficedevall dmake targets
Diffstat (limited to 'instsetoo_native/util')
-rw-r--r-- | instsetoo_native/util/makefile.mk | 9 |
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" |