From 3275813bf8eee75d76cba5742283e20f6d90740a Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Wed, 24 Aug 2011 12:16:24 +0200 Subject: uno.py is in bin on Windows, and in lib elsewhere, what fun. --- instsetoo_native/util/makefile.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'instsetoo_native') diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk index a63e9322e519..5301105020f3 100644 --- a/instsetoo_native/util/makefile.mk +++ b/instsetoo_native/util/makefile.mk @@ -313,8 +313,13 @@ openoffice: $(foreach,i,$(alllangiso) openoffice_$i{$(PKGFORMAT:^".") .archive} openofficewithjre_$i{$(PKGFORMAT:^".")} openofficedev_$i{$(PKGFORMAT:^".")} sdkoo_$i{$(PKGFORMAT:^".")} oxygenoffice_$i{$(PKGFORMAT:^".") .archive} oxygenofficewithjre_$i{$(PKGFORMAT:^".")}) updatepack : $(LOCALPYFILES) .ENDIF # "$(LOCALPYFILES)"!="" +.IF "$(GUI)"!="WNT" +$(BIN)$/%.py : $(OUTDIR)$/lib$/pyuno$/%.py + $(COPY) $< $@ +.ELSE $(BIN)$/%.py : $(OUTDIR)$/bin$/pyuno$/%.py $(COPY) $< $@ +.ENDIF .ENDIF # "$(DISABLE_PYTHON)" != "TRUE" $(BIN)$/intro.zip : $(SOLARCOMMONPCKDIR)$/intro.zip -- cgit