diff options
Diffstat (limited to 'vbahelper')
-rw-r--r-- | vbahelper/Library_msforms.mk | 4 | ||||
-rw-r--r-- | vbahelper/Library_vbahelper.mk | 4 |
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)) |