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 +++--- basegfx/StaticLibrary_basegfx_s.mk | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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) \ )) diff --git a/basegfx/StaticLibrary_basegfx_s.mk b/basegfx/StaticLibrary_basegfx_s.mk index 76c807e9b44b..e64f5653cfd0 100644 --- a/basegfx/StaticLibrary_basegfx_s.mk +++ b/basegfx/StaticLibrary_basegfx_s.mk @@ -33,10 +33,10 @@ $(eval $(call gb_StaticLibrary_add_package_headers,basegfx_s,basegfx_inc)) $(eval $(call gb_StaticLibrary_add_precompiled_header,basegfx_s,$(SRCDIR)/basegfx/inc/pch/precompiled_basegfx)) $(eval $(call gb_StaticLibrary_set_include,basegfx_s,\ - -I$(SRCDIR)/basegfx/inc \ - -I$(SRCDIR)/basegfx/source/inc \ + -I$(realpath $(SRCDIR)/basegfx/inc) \ + -I$(realpath $(SRCDIR)/basegfx/source/inc) \ $$(INCLUDE) \ - -I$(SRCDIR)/basegfx/inc/pch \ + -I$(realpath $(SRCDIR)/basegfx/inc/pch) \ -I$(OUTDIR)/inc \ )) -- cgit v1.2.3