summaryrefslogtreecommitdiff
path: root/sc/AllLangResTarget_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/AllLangResTarget_sc.mk
parentfdf18984ddf8c922d28fa095a950ebd3f42dde7f (diff)
Fix Windows build of SC
Diffstat (limited to 'sc/AllLangResTarget_sc.mk')
-rw-r--r--sc/AllLangResTarget_sc.mk16
1 files changed, 8 insertions, 8 deletions
diff --git a/sc/AllLangResTarget_sc.mk b/sc/AllLangResTarget_sc.mk
index 64fdfd4139c2..80394946da37 100644
--- a/sc/AllLangResTarget_sc.mk
+++ b/sc/AllLangResTarget_sc.mk
@@ -32,14 +32,14 @@ $(eval $(call gb_SrsTarget_set_include,sc/res,\
$$(INCLUDE) \
-I$(OUTDIR)/inc \
-I$(WORKDIR)/inc/sc \
- -I$(SRCDIR)/sc/inc \
- -I$(SRCDIR)/sc/source/ui/wrtsh \
- -I$(SRCDIR)/sc/source/ui/inc \
- -I$(SRCDIR)/sc/source/ui/navipi \
- -I$(SRCDIR)/sc/source/ui/docshell \
- -I$(SRCDIR)/sc/source/ui/pagedlg \
- -I$(SRCDIR)/sc/source/ui/dbgui \
- -I$(SRCDIR)/sc/source/ui/formdlg \
+ -I$(realpath $(SRCDIR)/sc/inc) \
+ -I$(realpath $(SRCDIR)/sc/source/ui/wrtsh) \
+ -I$(realpath $(SRCDIR)/sc/source/ui/inc) \
+ -I$(realpath $(SRCDIR)/sc/source/ui/navipi) \
+ -I$(realpath $(SRCDIR)/sc/source/ui/docshell) \
+ -I$(realpath $(SRCDIR)/sc/source/ui/pagedlg) \
+ -I$(realpath $(SRCDIR)/sc/source/ui/dbgui) \
+ -I$(realpath $(SRCDIR)/sc/source/ui/formdlg) \
))
$(eval $(call gb_SrsTarget_add_files,sc/res,\