From e1e44f215294b49eb6c555963d023e0fae0cc0f6 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 3 Aug 2011 09:48:13 +0100 Subject: get this working under windows again --- basegfx/Library_basegfx.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'basegfx/Library_basegfx.mk') diff --git a/basegfx/Library_basegfx.mk b/basegfx/Library_basegfx.mk index 6c73b873f3ef..50d2add17784 100644 --- a/basegfx/Library_basegfx.mk +++ b/basegfx/Library_basegfx.mk @@ -33,9 +33,9 @@ $(eval $(call gb_Library_add_package_headers,basegfx,basegfx_inc)) $(eval $(call gb_Library_add_precompiled_header,basegfx,$(SRCDIR)/basegfx/inc/pch/precompiled_basegfx)) $(eval $(call gb_Library_set_include,basegfx,\ - -I$(SRCDIR)/basegfx/inc \ - -I$(SRCDIR)/basegfx/source/inc \ - -I$(SRCDIR)/basegfx/inc/pch \ + -I$(realpath $(SRCDIR)/basegfx/inc) \ + -I$(realpath $(SRCDIR)/basegfx/source/inc) \ + -I$(realpath $(SRCDIR)/basegfx/inc/pch) \ $$(INCLUDE) \ )) -- cgit