[Libreoffice-commits] .: solenv/gbuild

Jan Holesovsky kendy at kemper.freedesktop.org
Mon Oct 3 09:04:53 PDT 2011


 solenv/gbuild/Pyuno.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit deb2d9b1775605c415d7d31b5ed56d065d13981b
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Mon Oct 3 18:02:16 2011 +0200

    Hack to get pyuno scripts to the right location on Windows.

diff --git a/solenv/gbuild/Pyuno.mk b/solenv/gbuild/Pyuno.mk
index a904009..2ec6821 100644
--- a/solenv/gbuild/Pyuno.mk
+++ b/solenv/gbuild/Pyuno.mk
@@ -23,7 +23,11 @@
 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
 # instead of those above.
 
+ifeq ($(OS),WNT)
+gb_Pyuno__get_outdir_path = bin/pyuno/$(1)
+else
 gb_Pyuno__get_outdir_path = lib/pyuno/$(1)
+endif
 
 $(call gb_Pyuno_get_target,%) :
 	$(call gb_Output_announce,$*,$(true),PYU,3)


More information about the Libreoffice-commits mailing list