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 /basegfx | |
parent | b33971cb124de2bea5332d6adb802bd84eb57652 (diff) |
remove pch from the include list
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/CppunitTest_basegfx.mk | 1 | ||||
-rw-r--r-- | basegfx/Executable_basegfx_cppunittester_all.mk | 1 | ||||
-rw-r--r-- | basegfx/Library_basegfx.mk | 1 | ||||
-rw-r--r-- | basegfx/StaticLibrary_basegfx_s.mk | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/basegfx/CppunitTest_basegfx.mk b/basegfx/CppunitTest_basegfx.mk index 4b116e1f215c..2c3da084a594 100644 --- a/basegfx/CppunitTest_basegfx.mk +++ b/basegfx/CppunitTest_basegfx.mk @@ -49,7 +49,6 @@ $(eval $(call gb_CppunitTest_add_linked_libs,basegfx_test, \ $(eval $(call gb_CppunitTest_set_include,basegfx_test,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/basegfx/inc/pch) \ -I$(OUTDIR)/inc/offuh \ )) diff --git a/basegfx/Executable_basegfx_cppunittester_all.mk b/basegfx/Executable_basegfx_cppunittester_all.mk index 71a2a17a1756..0a6e80b84fe1 100644 --- a/basegfx/Executable_basegfx_cppunittester_all.mk +++ b/basegfx/Executable_basegfx_cppunittester_all.mk @@ -32,7 +32,6 @@ $(eval $(call gb_Executable_Executable,basegfx_cppunittester_all)) $(eval $(call gb_Executable_set_include,basegfx_cppunittester_all,\ $$(INCLUDE) \ - -I$(SRCDIR)/basegfx/inc/pch \ )) $(eval $(call gb_Executable_add_defs,basegfx_cppunittester_all,\ diff --git a/basegfx/Library_basegfx.mk b/basegfx/Library_basegfx.mk index ff05f11023ad..5e4885a55d86 100644 --- a/basegfx/Library_basegfx.mk +++ b/basegfx/Library_basegfx.mk @@ -33,7 +33,6 @@ $(eval $(call gb_Library_add_package_headers,basegfx,basegfx_inc)) $(eval $(call gb_Library_set_include,basegfx,\ -I$(realpath $(SRCDIR)/basegfx/inc) \ -I$(realpath $(SRCDIR)/basegfx/source/inc) \ - -I$(realpath $(SRCDIR)/basegfx/inc/pch) \ $$(INCLUDE) \ )) diff --git a/basegfx/StaticLibrary_basegfx_s.mk b/basegfx/StaticLibrary_basegfx_s.mk index 74a5ded52e71..9b113bd0c51b 100644 --- a/basegfx/StaticLibrary_basegfx_s.mk +++ b/basegfx/StaticLibrary_basegfx_s.mk @@ -34,7 +34,6 @@ $(eval $(call gb_StaticLibrary_set_include,basegfx_s,\ -I$(realpath $(SRCDIR)/basegfx/inc) \ -I$(realpath $(SRCDIR)/basegfx/source/inc) \ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/basegfx/inc/pch) \ -I$(OUTDIR)/inc \ )) |