summaryrefslogtreecommitdiff
path: root/vbahelper
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 11:49:38 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 11:49:38 -0600
commit992757cc5ebfb1df42636b8d3269cdbc10fc4148 (patch)
treed9b4da6f2e50d5444e3a7c68934fc6d4dd4ec43d /vbahelper
parentbc78ac68c2492e63a680f68b524c4a51179ea83e (diff)
remove pre-compiled header support in gbuild and gbuildified module
Diffstat (limited to 'vbahelper')
-rw-r--r--vbahelper/Library_msforms.mk4
-rw-r--r--vbahelper/Library_vbahelper.mk4
2 files changed, 0 insertions, 8 deletions
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))
diff --git a/vbahelper/Library_vbahelper.mk b/vbahelper/Library_vbahelper.mk
index a0788ed19637..eee707dbbe0e 100644
--- a/vbahelper/Library_vbahelper.mk
+++ b/vbahelper/Library_vbahelper.mk
@@ -30,10 +30,6 @@ $(eval $(call gb_Library_Library,vbahelper))
$(eval $(call gb_Library_add_package_headers,vbahelper,vbahelper_inc))
-# 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,vbahelper,$(SRCDIR)/vbahelper/PCH_FILE))
-
# in case UNO services are exported: declare location of component file
#$(eval $(call gb_Library_set_componentfile,vbahelper,vbahelper/COMPONENT_FILE))