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/Executable_sweb.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'desktop/Executable_sweb.mk') diff --git a/desktop/Executable_sweb.mk b/desktop/Executable_sweb.mk index cd88fb99e87b..ce29bde71d5a 100644 --- a/desktop/Executable_sweb.mk +++ b/desktop/Executable_sweb.mk @@ -27,8 +27,6 @@ $(eval $(call gb_Executable_Executable,sweb)) $(eval $(call gb_Executable_set_targettype_gui,sweb,YES)) -$(eval $(call gb_Executable_add_precompiled_header,sweb,desktop/inc/pch/precompiled_desktop.hxx)) - $(eval $(call gb_Executable_set_include,sweb,\ $$(INCLUDE) \ -I$(SRCDIR)/desktop/inc/pch \ -- cgit