diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-20 09:48:41 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-20 09:48:41 +0200 |
commit | 2850da4f8cab294b2f897d170b35ec532e3c4d49 (patch) | |
tree | 549908e5c5b1d28ba2a6a37369201079c1209a5b /sw/Library_swd.mk | |
parent | 457fe4e7e83a0fed70a07ddeb2158e02ff1bca7e (diff) | |
parent | 5f03f0c86933b1372a96d05018610205bbd43db9 (diff) |
Merge branch 'master' into feature/gnumake4
Conflicts:
starmath/JunitTest_sm_unoapi.mk
starmath/Library_sm.mk
starmath/Library_smd.mk
starmath/Makefile
starmath/prj/build.lst
starmath/prj/makefile.mk
starmath/qa/unoapi/Test.java
starmath/source/detreg.cxx
starmath/source/register.cxx
starmath/source/smdetect.cxx
sw/Library_sw.mk
sw/Library_swd.mk
sw/Library_swui.mk
sw/Library_vbaswobj.mk
sw/inc/iodetect.hxx
sw/inc/swddllapi.h
sw/source/filter/basflt/iodetect.cxx
Diffstat (limited to 'sw/Library_swd.mk')
-rw-r--r-- | sw/Library_swd.mk | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sw/Library_swd.mk b/sw/Library_swd.mk index 1979b04cbcf3..067adb7e2757 100644 --- a/sw/Library_swd.mk +++ b/sw/Library_swd.mk @@ -33,16 +33,17 @@ $(eval $(call gb_Library_set_include,swd,\ $$(INCLUDE) \ -I$(WORKDIR)/inc/sw/sdi \ -I$(WORKDIR)/inc/sw \ - -I$(SRCDIR)/sw/inc \ - -I$(SRCDIR)/sw/inc/pch \ - -I$(SRCDIR)/sw/source/core/inc \ - -I$(SRCDIR)/sw/source/filter/inc \ - -I$(SRCDIR)/sw/source/ui/inc \ + -I$(realpath $(SRCDIR)/sw/inc) \ + -I$(realpath $(SRCDIR)/sw/inc/pch) \ + -I$(realpath $(SRCDIR)/sw/source/core/inc) \ + -I$(realpath $(SRCDIR)/sw/source/filter/inc) \ + -I$(realpath $(SRCDIR)/sw/source/ui/inc) \ -I$(OUTDIR)/inc/offuh \ )) $(eval $(call gb_Library_add_defs,swd,\ -DSWD_DLLIMPLEMENTATION \ + -DSWD_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_add_linked_libs,swd,\ |