summaryrefslogtreecommitdiff
path: root/sc/Library_vbaobj.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_vbaobj.mk
parentfdf18984ddf8c922d28fa095a950ebd3f42dde7f (diff)
Fix Windows build of SC
Diffstat (limited to 'sc/Library_vbaobj.mk')
-rw-r--r--sc/Library_vbaobj.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/Library_vbaobj.mk b/sc/Library_vbaobj.mk
index a3649131ef2d..ef230f96aaf9 100644
--- a/sc/Library_vbaobj.mk
+++ b/sc/Library_vbaobj.mk
@@ -22,11 +22,11 @@
$(eval $(call gb_Library_Library,vbaobj))
$(eval $(call gb_Library_set_include,vbaobj,\
- -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)/Misc/sc/ \
$$(INCLUDE) \
-I$(OUTDIR)/inc/offuh \