diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 11:49:38 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 11:49:38 -0600 |
commit | 992757cc5ebfb1df42636b8d3269cdbc10fc4148 (patch) | |
tree | d9b4da6f2e50d5444e3a7c68934fc6d4dd4ec43d /chart2/Library_chartcontroller.mk | |
parent | bc78ac68c2492e63a680f68b524c4a51179ea83e (diff) |
remove pre-compiled header support in gbuild and gbuildified module
Diffstat (limited to 'chart2/Library_chartcontroller.mk')
-rw-r--r-- | chart2/Library_chartcontroller.mk | 2 |
1 files changed, 0 insertions, 2 deletions
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) \ |