From 3d2893926b01a3681801e5787df7a41a3e427c36 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Tue, 29 Mar 2011 14:10:18 +0200 Subject: Fix Windows build of SC --- sc/AllLangResTarget_sc.mk | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'sc/AllLangResTarget_sc.mk') 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,\ -- cgit