summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svx/inc/makefile.mk11
1 files changed, 9 insertions, 2 deletions
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)"!=""
+