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