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 /formula | |
parent | bc78ac68c2492e63a680f68b524c4a51179ea83e (diff) |
remove pre-compiled header support in gbuild and gbuildified module
Diffstat (limited to 'formula')
-rw-r--r-- | formula/Library_for.mk | 2 | ||||
-rw-r--r-- | formula/Library_forui.mk | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/formula/Library_for.mk b/formula/Library_for.mk index c14dcf3590de..8017ffbcc713 100644 --- a/formula/Library_for.mk +++ b/formula/Library_for.mk @@ -32,8 +32,6 @@ $(eval $(call gb_Library_add_package_headers,for,\ formula_inc \ )) -$(eval $(call gb_Library_add_precompiled_header,for,$(SRCDIR)/formula/inc/pch/precompiled_formula)) - $(eval $(call gb_Library_set_include,for,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/formula/inc/pch) \ diff --git a/formula/Library_forui.mk b/formula/Library_forui.mk index 89716f31f392..01444bd74825 100644 --- a/formula/Library_forui.mk +++ b/formula/Library_forui.mk @@ -28,8 +28,6 @@ $(eval $(call gb_Library_Library,forui)) -$(eval $(call gb_Library_add_precompiled_header,forui,$(SRCDIR)/formula/inc/pch/precompiled_formula)) - $(eval $(call gb_Library_set_include,forui,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/formula/inc) \ |