From e4610ffd2d19b9750109cbaa6fd78c8ceed1aecd Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sun, 27 Nov 2011 12:26:12 -0600 Subject: remove PCH support in dmake-module --- codemaker/inc/makefile.mk | 7 ------- 1 file changed, 7 deletions(-) (limited to 'codemaker') diff --git a/codemaker/inc/makefile.mk b/codemaker/inc/makefile.mk index 99789bfe38da..8d7b0a7af7cd 100644 --- a/codemaker/inc/makefile.mk +++ b/codemaker/inc/makefile.mk @@ -38,10 +38,3 @@ TARGET=inc .INCLUDE : target.mk -.IF "$(ENABLE_PCH)"!="" -ALLTAR : \ - $(SLO)$/precompiled.pch \ - $(SLO)$/precompiled_ex.pch - -.ENDIF # "$(ENABLE_PCH)"!="" - -- cgit