summaryrefslogtreecommitdiff
path: root/basegfx
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
commite1e44f215294b49eb6c555963d023e0fae0cc0f6 (patch)
treec5989c12fc3a31c0d2fcd6450572f900e7b44a46 /basegfx
parent099c2bbbecebacce9f7966d268686bb1e1939f18 (diff)
get this working under windows again
Diffstat (limited to 'basegfx')
-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 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 \
))