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 /basctl | |
parent | bc78ac68c2492e63a680f68b524c4a51179ea83e (diff) |
remove pre-compiled header support in gbuild and gbuildified module
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/Library_basctl.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/basctl/Library_basctl.mk b/basctl/Library_basctl.mk index b1badf4defe9..887917a495b3 100644 --- a/basctl/Library_basctl.mk +++ b/basctl/Library_basctl.mk @@ -28,9 +28,6 @@ $(eval $(call gb_Library_Library,basctl)) -$(eval $(call gb_Library_add_precompiled_header,basctl,$(SRCDIR)/basctl/inc/pch/precompiled_basctl)) -$(eval $(call gb_Library_add_precompiled_header,basctl,$(SRCDIR)/basctl/source/basicide/ide_pch)) - $(eval $(call gb_Library_set_componentfile,basctl,basctl/util/basctl)) $(eval $(call gb_Library_set_include,basctl,\ |