summaryrefslogtreecommitdiff
path: root/sw/AllLangResTarget_sw.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-03-18 18:54:05 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-03-21 10:12:42 +0200
commitaf130785ee2534644cfb46ceb57b1b9654266b73 (patch)
treed9aef13a3b9b2075c617e911ab8df4ca2c3a82a5 /sw/AllLangResTarget_sw.mk
parent7a1438d58589030b43a50dec9abfa35a6350ba87 (diff)
Sprinkle some realpath goodness here, too
(cherry picked from commit f60ac8bb5f2a22fa2826cf08589976cb4a259d74)
Diffstat (limited to 'sw/AllLangResTarget_sw.mk')
-rw-r--r--sw/AllLangResTarget_sw.mk52
1 files changed, 26 insertions, 26 deletions
diff --git a/sw/AllLangResTarget_sw.mk b/sw/AllLangResTarget_sw.mk
index 2ea8bfc0b332..1e21ccaae48c 100644
--- a/sw/AllLangResTarget_sw.mk
+++ b/sw/AllLangResTarget_sw.mk
@@ -37,32 +37,32 @@ $(eval $(call gb_SrsTarget_set_include,sw/res,\
$$(INCLUDE) \
-I$(OUTDIR)/inc \
-I$(WORKDIR)/inc/sw \
- -I$(SRCDIR)/sw/inc \
- -I$(SRCDIR)/sw/source/core/inc \
- -I$(SRCDIR)/sw/source/core/undo \
- -I$(SRCDIR)/sw/source/core/unocore \
- -I$(SRCDIR)/sw/source/ui/chrdlg \
- -I$(SRCDIR)/sw/source/ui/config \
- -I$(SRCDIR)/sw/source/ui/dbui \
- -I$(SRCDIR)/sw/source/ui/dialog \
- -I$(SRCDIR)/sw/source/ui/docvw \
- -I$(SRCDIR)/sw/source/ui/envelp \
- -I$(SRCDIR)/sw/source/ui/fldui \
- -I$(SRCDIR)/sw/source/ui/fmtui \
- -I$(SRCDIR)/sw/source/ui/frmdlg \
- -I$(SRCDIR)/sw/source/ui/globdoc \
- -I$(SRCDIR)/sw/source/ui/inc \
- -I$(SRCDIR)/sw/source/ui/index \
- -I$(SRCDIR)/sw/source/ui/lingu \
- -I$(SRCDIR)/sw/source/ui/misc \
- -I$(SRCDIR)/sw/source/ui/ribbar \
- -I$(SRCDIR)/sw/source/ui/shells \
- -I$(SRCDIR)/sw/source/ui/smartmenu \
- -I$(SRCDIR)/sw/source/ui/table \
- -I$(SRCDIR)/sw/source/ui/uiview \
- -I$(SRCDIR)/sw/source/ui/utlui \
- -I$(SRCDIR)/sw/source/ui/web \
- -I$(SRCDIR)/sw/source/ui/wrtsh \
+ -I$(realpath $(SRCDIR)/sw/inc) \
+ -I$(realpath $(SRCDIR)/sw/source/core/inc) \
+ -I$(realpath $(SRCDIR)/sw/source/core/undo) \
+ -I$(realpath $(SRCDIR)/sw/source/core/unocore) \
+ -I$(realpath $(SRCDIR)/sw/source/ui/chrdlg) \
+ -I$(realpath $(SRCDIR)/sw/source/ui/config) \
+ -I$(realpath $(SRCDIR)/sw/source/ui/dbui) \
+ -I$(realpath $(SRCDIR)/sw/source/ui/dialog) \
+ -I$(realpath $(SRCDIR)/sw/source/ui/docvw) \
+ -I$(realpath $(SRCDIR)/sw/source/ui/envelp) \
+ -I$(realpath $(SRCDIR)/sw/source/ui/fldui) \
+ -I$(realpath $(SRCDIR)/sw/source/ui/fmtui) \
+ -I$(realpath $(SRCDIR)/sw/source/ui/frmdlg) \
+ -I$(realpath $(SRCDIR)/sw/source/ui/globdoc) \
+ -I$(realpath $(SRCDIR)/sw/source/ui/inc) \
+ -I$(realpath $(SRCDIR)/sw/source/ui/index) \
+ -I$(realpath $(SRCDIR)/sw/source/ui/lingu) \
+ -I$(realpath $(SRCDIR)/sw/source/ui/misc) \
+ -I$(realpath $(SRCDIR)/sw/source/ui/ribbar) \
+ -I$(realpath $(SRCDIR)/sw/source/ui/shells) \
+ -I$(realpath $(SRCDIR)/sw/source/ui/smartmenu) \
+ -I$(realpath $(SRCDIR)/sw/source/ui/table) \
+ -I$(realpath $(SRCDIR)/sw/source/ui/uiview) \
+ -I$(realpath $(SRCDIR)/sw/source/ui/utlui) \
+ -I$(realpath $(SRCDIR)/sw/source/ui/web) \
+ -I$(realpath $(SRCDIR)/sw/source/ui/wrtsh) \
))
$(eval $(call gb_SrsTarget_add_files,sw/res,\