summaryrefslogtreecommitdiff
path: root/sc/Library_sc.mk
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-29 14:10:18 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-29 14:10:18 +0200
commit3d2893926b01a3681801e5787df7a41a3e427c36 (patch)
tree44ec134ec1a01786b7f21760e98c34ebbed34cd7 /sc/Library_sc.mk
parentfdf18984ddf8c922d28fa095a950ebd3f42dde7f (diff)
Fix Windows build of SC
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r--sc/Library_sc.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk
index 7abb7b0983a2..dc3879c591cc 100644
--- a/sc/Library_sc.mk
+++ b/sc/Library_sc.mk
@@ -28,11 +28,11 @@ $(eval $(call gb_Library_add_precompiled_header,sc,$(SRCDIR)/sc/inc/pch/precompi
$(eval $(call gb_Library_set_componentfile,sc,sc/util/sc))
$(eval $(call gb_Library_set_include,sc,\
- -I$(SRCDIR)/sc/source/core/inc \
- -I$(SRCDIR)/sc/source/filter/inc \
- -I$(SRCDIR)/sc/source/ui/inc \
- -I$(SRCDIR)/sc/inc/pch \
- -I$(SRCDIR)/sc/inc \
+ -I$(realpath $(SRCDIR)/sc/source/core/inc) \
+ -I$(realpath $(SRCDIR)/sc/source/filter/inc) \
+ -I$(realpath $(SRCDIR)/sc/source/ui/inc) \
+ -I$(realpath $(SRCDIR)/sc/inc/pch) \
+ -I$(realpath $(SRCDIR)/sc/inc) \
-I$(WORKDIR)/SdiTarget/sc/sdi \
-I$(WORKDIR)/Misc/sc/ \
$$(INCLUDE) \
@@ -602,7 +602,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\
$(eval $(call gb_SdiTarget_SdiTarget,sc/sdi/scslots,sc/sdi/scalc))
$(eval $(call gb_SdiTarget_set_include,sc/sdi/scslots,\
- -I$(SRCDIR)/sc/inc \
- -I$(SRCDIR)/sc/sdi \
+ -I$(realpath $(SRCDIR)/sc/inc) \
+ -I$(realpath $(SRCDIR)/sc/sdi) \
$$(INCLUDE) \
))