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 --- starmath/Library_sm.mk | 2 -- starmath/Library_smd.mk | 2 -- 2 files changed, 4 deletions(-) (limited to 'starmath') diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk index 9c4a6904450e..1c050d80d880 100644 --- a/starmath/Library_sm.mk +++ b/starmath/Library_sm.mk @@ -24,8 +24,6 @@ $(eval $(call gb_Library_Library,sm)) $(eval $(call gb_Library_add_sdi_headers,sm,starmath/sdi/smslots)) -$(eval $(call gb_Library_add_precompiled_header,sm,$(SRCDIR)/starmath/inc/pch/precompiled_starmath)) - $(eval $(call gb_Library_set_componentfile,sm,starmath/util/sm)) $(eval $(call gb_Library_set_include,sm,\ diff --git a/starmath/Library_smd.mk b/starmath/Library_smd.mk index 6f98c93349b9..b60542f574f8 100644 --- a/starmath/Library_smd.mk +++ b/starmath/Library_smd.mk @@ -28,8 +28,6 @@ $(eval $(call gb_Library_Library,smd)) -$(eval $(call gb_Library_add_precompiled_header,sm,$(SRCDIR)/starmath/inc/pch/precompiled_starmath)) - $(eval $(call gb_Library_set_componentfile,smd,starmath/util/smd)) $(eval $(call gb_Library_set_include,smd,\ -- cgit