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 --- unotools/Library_utl.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'unotools/Library_utl.mk') diff --git a/unotools/Library_utl.mk b/unotools/Library_utl.mk index 6b9f32bdb4e7..febe67db5053 100644 --- a/unotools/Library_utl.mk +++ b/unotools/Library_utl.mk @@ -34,10 +34,6 @@ $(eval $(call gb_Library_Library,utl)) # learn more about TYPE in the Package.mk template $(eval $(call gb_Library_add_package_headers,utl,unotools_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,utl,$(SRCDIR)/unotools/inc/pch/precompiled_unotools)) - # in case UNO services are exported: declare location of component file $(eval $(call gb_Library_set_componentfile,utl,unotools/util/utl)) -- cgit