From 6d73ae9795c6a7adbbb6f8b5a426630b9a1fe459 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 4 Aug 2011 14:35:43 +0100 Subject: add realpaths for windows --- idl/Executable_svidl.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'idl/Executable_svidl.mk') diff --git a/idl/Executable_svidl.mk b/idl/Executable_svidl.mk index 28944af6098f..c9d6d5ae5b0b 100644 --- a/idl/Executable_svidl.mk +++ b/idl/Executable_svidl.mk @@ -31,8 +31,8 @@ $(eval $(call gb_Executable_Executable,svidl)) $(eval $(call gb_Executable_set_include,svidl,\ $$(INCLUDE) \ -I$(OUTDIR)/inc/ \ - -I$(SRCDIR)/idl/inc/pch \ - -I$(SRCDIR)/idl/inc \ + -I$(realpath $(SRCDIR)/idl/inc/pch) \ + -I$(realpath $(SRCDIR)/idl/inc) \ )) $(eval $(call gb_Executable_add_api,svidl,\ -- cgit v1.2.3