From da2c0f753995a81e274bf873298301f0474ccafd Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 30 Oct 2006 07:47:29 +0000 Subject: INTEGRATION: CWS ause060 (1.3.572); FILE MERGED 2006/09/27 07:27:16 hjs 1.3.572.1: #i69234# pch support --- svx/inc/makefile.mk | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'svx') diff --git a/svx/inc/makefile.mk b/svx/inc/makefile.mk index 8bddb79161ce..86fdd843c399 100644 --- a/svx/inc/makefile.mk +++ b/svx/inc/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2005-09-08 18:03:07 $ +# last change: $Author: rt $ $Date: 2006-10-30 08:47:29 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -49,3 +49,10 @@ LOCALIZE_ME=globlmn_tmpl.hrc .INCLUDE : target.mk +.IF "$(ENABLE_PCH)"!="" +ALLTAR : \ + $(SLO)$/precompiled.pch \ + $(SLO)$/precompiled_ex.pch + +.ENDIF # "$(ENABLE_PCH)"!="" + -- cgit v1.2.3