diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-03-05 19:02:10 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-03-10 21:23:20 +0100 |
commit | 84b3f7b345eabf3995e4d51055e8d4e26479a6e2 (patch) | |
tree | 830a61b90e7b4778534ef88373528caa5d037b33 /sw/AllLangResTarget_sw.mk | |
parent | 156202b06270a90a4b73370d04401486145076d2 (diff) |
gbuild: get rid of realpath in gb_Foo_set_include
Diffstat (limited to 'sw/AllLangResTarget_sw.mk')
-rw-r--r-- | sw/AllLangResTarget_sw.mk | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/sw/AllLangResTarget_sw.mk b/sw/AllLangResTarget_sw.mk index 67bebd2ecf36..8294e4f45339 100644 --- a/sw/AllLangResTarget_sw.mk +++ b/sw/AllLangResTarget_sw.mk @@ -36,32 +36,32 @@ $(eval $(call gb_SrsTarget_SrsTarget,sw/res)) $(eval $(call gb_SrsTarget_set_include,sw/res,\ $$(INCLUDE) \ - -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) \ + -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 \ )) $(eval $(call gb_SrsTarget_add_files,sw/res,\ |