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 --- desktop/Library_deployment.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'desktop/Library_deployment.mk') diff --git a/desktop/Library_deployment.mk b/desktop/Library_deployment.mk index 60cc182c035e..ae9f43a17110 100644 --- a/desktop/Library_deployment.mk +++ b/desktop/Library_deployment.mk @@ -25,8 +25,6 @@ $(eval $(call gb_Library_Library,deployment)) -$(eval $(call gb_Library_add_precompiled_header,deployment,$(SRCDIR)/desktop/inc/pch/precompiled_desktop)) - $(eval $(call gb_Library_set_include,deployment,\ $$(INCLUDE) \ -I$(SRCDIR)/desktop/inc \ -- cgit