summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-03 09:48:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-03 10:34:32 +0100
commitfbb7d298d7107031fba9f8f9425b49f872e83b10 (patch)
treeeecdd55a1314fe38f12905233ab734b6d9005078
parent02db2086ceb7eb99dac10914936e8e72ef1b9863 (diff)
get this working under windows again
-rw-r--r--basegfx/Library_basegfx.mk6
-rw-r--r--basegfx/StaticLibrary_basegfx_s.mk6
2 files changed, 6 insertions, 6 deletions
diff --git a/basegfx/Library_basegfx.mk b/basegfx/Library_basegfx.mk
index 6c73b873f3..50d2add177 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 76c807e9b4..e64f5653cf 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 \
))