[Libreoffice-commits] .: extensions/source

Andras Timar timar at kemper.freedesktop.org
Sun Mar 4 05:56:12 PST 2012


 extensions/source/activex/idl/Makefile |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit cbeeae7f81555409cafb677a2292b8be40c449e6
Author: Andras Timar <atimar at suse.com>
Date:   Sun Mar 4 14:53:19 2012 +0100

    fdo#46847 use windows style path for midl.exe

diff --git a/extensions/source/activex/idl/Makefile b/extensions/source/activex/idl/Makefile
index 742a822..62b9150 100644
--- a/extensions/source/activex/idl/Makefile
+++ b/extensions/source/activex/idl/Makefile
@@ -30,6 +30,9 @@ include $(GBUILDDIR)/gbuild_simple.mk
 # XXX: I presume that the "$(COM)"=="GCC" case in the original
 # extensions/source/activex/msidl/makefile.mk was for the
 # use-mingw-on-windows case and thus is not interesting for us.
+ifeq ($(OS_FOR_BUILD),WNT)
+override SRCDIR := $(shell cygpath -m $(SRCDIR))
+endif
 so_activex.tlb :
 	midl.exe \
 		-tlb $@ \


More information about the Libreoffice-commits mailing list