diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 15:24:45 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 15:24:45 -0600 |
commit | 3f2ff54778ff76118b7de3357168091bbc955041 (patch) | |
tree | 601e358120589466b0f54a02fd1940dfe4919cb8 /sd | |
parent | b33971cb124de2bea5332d6adb802bd84eb57652 (diff) |
remove pch from the include list
Diffstat (limited to 'sd')
-rw-r--r-- | sd/CppunitTest_sd_filters_test.mk | 1 | ||||
-rw-r--r-- | sd/CppunitTest_sd_uimpress.mk | 1 | ||||
-rw-r--r-- | sd/Library_sd.mk | 1 | ||||
-rw-r--r-- | sd/Library_sdd.mk | 1 | ||||
-rw-r--r-- | sd/Library_sdfilt.mk | 1 | ||||
-rw-r--r-- | sd/Library_sdui.mk | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/sd/CppunitTest_sd_filters_test.mk b/sd/CppunitTest_sd_filters_test.mk index 9c362be03fb4..6297faed5458 100644 --- a/sd/CppunitTest_sd_filters_test.mk +++ b/sd/CppunitTest_sd_filters_test.mk @@ -70,7 +70,6 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sd_filters_test, \ )) $(eval $(call gb_CppunitTest_set_include,sd_filters_test,\ - -I$(realpath $(SRCDIR)/sd/inc/pch) \ -I$(realpath $(SRCDIR)/sd/source/ui/inc) \ -I$(realpath $(SRCDIR)/sd/inc) \ $$(INCLUDE) \ diff --git a/sd/CppunitTest_sd_uimpress.mk b/sd/CppunitTest_sd_uimpress.mk index 2b162c29b03f..d414115aadb4 100644 --- a/sd/CppunitTest_sd_uimpress.mk +++ b/sd/CppunitTest_sd_uimpress.mk @@ -31,7 +31,6 @@ $(eval $(call gb_CppunitTest_CppunitTest,sd_uimpress)) $(eval $(call gb_CppunitTest_set_include,sd_uimpress,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/sd/inc) \ - -I$(realpath $(SRCDIR)/sd/inc/pch) \ -I$(OUTDIR)/inc \ )) diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk index 17250d0a9577..a7ddccf03cfb 100644 --- a/sd/Library_sd.mk +++ b/sd/Library_sd.mk @@ -52,7 +52,6 @@ $(eval $(call gb_Library_add_sdi_headers,sd,\ $(eval $(call gb_Library_set_include,sd,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/sd/inc) \ - -I$(realpath $(SRCDIR)/sd/inc/pch) \ -I$(realpath $(SRCDIR)/sd/sdi) \ -I$(realpath $(SRCDIR)/sd/source/ui/inc) \ -I$(realpath $(SRCDIR)/sd/source/ui/slidesorter/inc) \ diff --git a/sd/Library_sdd.mk b/sd/Library_sdd.mk index 73b515df5bd6..71cf76a24cb0 100644 --- a/sd/Library_sdd.mk +++ b/sd/Library_sdd.mk @@ -31,7 +31,6 @@ $(eval $(call gb_Library_Library,sdd)) $(eval $(call gb_Library_set_include,sdd,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/sd/inc) \ - -I$(realpath $(SRCDIR)/sd/inc/pch) \ -I$(OUTDIR)/inc \ )) diff --git a/sd/Library_sdfilt.mk b/sd/Library_sdfilt.mk index be907a7b5c8f..a5c66b8036fd 100644 --- a/sd/Library_sdfilt.mk +++ b/sd/Library_sdfilt.mk @@ -31,7 +31,6 @@ $(eval $(call gb_Library_Library,sdfilt)) $(eval $(call gb_Library_set_include,sdfilt,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/sd/inc) \ - -I$(realpath $(SRCDIR)/sd/inc/pch) \ -I$(OUTDIR)/inc \ -I$(WORKDIR)/oox/inc/ \ )) diff --git a/sd/Library_sdui.mk b/sd/Library_sdui.mk index 0a048a966f5a..a2905b046e56 100644 --- a/sd/Library_sdui.mk +++ b/sd/Library_sdui.mk @@ -31,7 +31,6 @@ $(eval $(call gb_Library_Library,sdui)) $(eval $(call gb_Library_set_include,sdui,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/sd/inc) \ - -I$(realpath $(SRCDIR)/sd/inc/pch) \ -I$(realpath $(SRCDIR)/sd/source/ui/inc) \ -I$(OUTDIR)/inc \ )) |