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 /tools/Library_tl.mk | |
parent | bc78ac68c2492e63a680f68b524c4a51179ea83e (diff) |
remove pre-compiled header support in gbuild and gbuildified module
Diffstat (limited to 'tools/Library_tl.mk')
-rw-r--r-- | tools/Library_tl.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/Library_tl.mk b/tools/Library_tl.mk index 57beb90686d6..ccf02568dd13 100644 --- a/tools/Library_tl.mk +++ b/tools/Library_tl.mk @@ -31,8 +31,6 @@ $(eval $(call gb_Library_Library,tl)) $(eval $(call gb_Library_add_package_headers,tl,tools_inc)) $(eval $(call gb_Library_add_package_headers,tl,tools_reversemap)) -$(eval $(call gb_Library_add_precompiled_header,tl,$(SRCDIR)/tools/inc/pch/precompiled_tools)) - $(eval $(call gb_Library_set_include,tl,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/tools/inc) \ |