summaryrefslogtreecommitdiff
path: root/sc/Library_scd.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_scd.mk
parentfdf18984ddf8c922d28fa095a950ebd3f42dde7f (diff)
Fix Windows build of SC
Diffstat (limited to 'sc/Library_scd.mk')
-rw-r--r--sc/Library_scd.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/Library_scd.mk b/sc/Library_scd.mk
index fd8e71dc61ab..9802911ea1ed 100644
--- a/sc/Library_scd.mk
+++ b/sc/Library_scd.mk
@@ -26,8 +26,8 @@ $(eval $(call gb_Library_add_precompiled_header,scd,$(SRCDIR)/sc/inc/pch/precomp
$(eval $(call gb_Library_set_componentfile,scd,sc/util/scd))
$(eval $(call gb_Library_set_include,scd,\
- -I$(SRCDIR)/sc/inc/pch \
- -I$(SRCDIR)/sc/inc \
+ -I$(realpath $(SRCDIR)/sc/inc/pch) \
+ -I$(realpath $(SRCDIR)/sc/inc) \
-I$(WORKDIR)/Misc/sc/ \
$$(INCLUDE) \
-I$(OUTDIR)/inc/offuh \