diff options
author | Andras Timar <atimar@suse.com> | 2012-03-04 14:53:19 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-03-04 14:56:02 +0100 |
commit | cbeeae7f81555409cafb677a2292b8be40c449e6 (patch) | |
tree | b22a4f83ee03b0b85a36196a4cf749724be3eda7 | |
parent | f65ed052f124f51bd5aaf538752bfd121c6c483c (diff) |
fdo#46847 use windows style path for midl.exe
-rw-r--r-- | extensions/source/activex/idl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 $@ \ |