summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extensions/source/activex/idl/Makefile3
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 $@ \