From cbeeae7f81555409cafb677a2292b8be40c449e6 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sun, 4 Mar 2012 14:53:19 +0100 Subject: fdo#46847 use windows style path for midl.exe --- extensions/source/activex/idl/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extensions/source/activex/idl/Makefile b/extensions/source/activex/idl/Makefile index 742a8228354a..62b915081846 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 $@ \ -- cgit v1.2.3