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 --- vbahelper/Library_msforms.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'vbahelper/Library_msforms.mk') diff --git a/vbahelper/Library_msforms.mk b/vbahelper/Library_msforms.mk index 2f6e26df295c..235042500da2 100644 --- a/vbahelper/Library_msforms.mk +++ b/vbahelper/Library_msforms.mk @@ -32,10 +32,6 @@ # LIB is the name of the library as it is found in Repository.mk $(eval $(call gb_Library_Library,msforms)) -# for platforms supporting PCH: declare the location of the pch file -# this is the name of the cxx file (without extension) -#$(eval $(call gb_Library_add_precompiled_header,msforms,$(SRCDIR)/vbahelper/PCH_FILE)) - # in case UNO services are exported: declare location of component file $(eval $(call gb_Library_set_componentfile,msforms,vbahelper/util/msforms)) -- cgit