From 992757cc5ebfb1df42636b8d3269cdbc10fc4148 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sun, 27 Nov 2011 11:49:38 -0600 Subject: remove pre-compiled header support in gbuild and gbuildified module --- chart2/Library_chartcontroller.mk | 2 -- chart2/Library_chartmodel.mk | 2 -- chart2/Library_charttools.mk | 2 -- chart2/Library_chartview.mk | 2 -- 4 files changed, 8 deletions(-) (limited to 'chart2') diff --git a/chart2/Library_chartcontroller.mk b/chart2/Library_chartcontroller.mk index 7c9960b63e1d..c0bb2bfbe29b 100644 --- a/chart2/Library_chartcontroller.mk +++ b/chart2/Library_chartcontroller.mk @@ -28,8 +28,6 @@ $(eval $(call gb_Library_Library,chartcontroller)) -$(eval $(call gb_Library_add_precompiled_header,chartcontroller,$(SRCDIR)/chart2/inc/pch/precompiled_chart2)) - $(eval $(call gb_Library_set_include,chartcontroller,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/chart2/inc/pch) \ diff --git a/chart2/Library_chartmodel.mk b/chart2/Library_chartmodel.mk index f1f73ced9f7c..5ed414ed5b26 100644 --- a/chart2/Library_chartmodel.mk +++ b/chart2/Library_chartmodel.mk @@ -28,8 +28,6 @@ $(eval $(call gb_Library_Library,chartmodel)) -$(eval $(call gb_Library_add_precompiled_header,chartmodel,$(SRCDIR)/chart2/inc/pch/precompiled_chart2)) - $(eval $(call gb_Library_set_include,chartmodel,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/chart2/inc/pch) \ diff --git a/chart2/Library_charttools.mk b/chart2/Library_charttools.mk index f6a1a42bc22a..b5d82f6ed598 100644 --- a/chart2/Library_charttools.mk +++ b/chart2/Library_charttools.mk @@ -28,8 +28,6 @@ $(eval $(call gb_Library_Library,charttools)) -$(eval $(call gb_Library_add_precompiled_header,charttools,$(SRCDIR)/chart2/inc/pch/precompiled_chart2)) - $(eval $(call gb_Library_set_include,charttools,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/chart2/inc/pch) \ diff --git a/chart2/Library_chartview.mk b/chart2/Library_chartview.mk index 972a0c21dcf9..3bd0a3bd66aa 100644 --- a/chart2/Library_chartview.mk +++ b/chart2/Library_chartview.mk @@ -28,8 +28,6 @@ $(eval $(call gb_Library_Library,chartview)) -$(eval $(call gb_Library_add_precompiled_header,chartview,$(SRCDIR)/chart2/inc/pch/precompiled_chart2)) - $(eval $(call gb_Library_set_include,chartview,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/chart2/inc/pch) \ -- cgit