summaryrefslogtreecommitdiff
path: root/sw/AllLangResTarget_sw.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sw/AllLangResTarget_sw.mk')
-rw-r--r--sw/AllLangResTarget_sw.mk52
1 files changed, 27 insertions, 25 deletions
diff --git a/sw/AllLangResTarget_sw.mk b/sw/AllLangResTarget_sw.mk
index 271e7577e6c7..20d6829a9a58 100644
--- a/sw/AllLangResTarget_sw.mk
+++ b/sw/AllLangResTarget_sw.mk
@@ -37,34 +37,36 @@ $(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/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,\
+ sw/source/core/layout/pagefrm.src \
sw/source/core/undo/undo.src \
sw/source/core/unocore/unocore.src \
sw/source/ui/app/app.src \