summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-10-30 07:47:29 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-10-30 07:47:29 +0000
commitda2c0f753995a81e274bf873298301f0474ccafd (patch)
treedfd6a96e91e44d14327b5aa8817f7e57d2fb8e53 /svx
parentca475b801419b2a773253a4f53e28e64cb1c34e6 (diff)
INTEGRATION: CWS ause060 (1.3.572); FILE MERGED
2006/09/27 07:27:16 hjs 1.3.572.1: #i69234# pch support
Diffstat (limited to 'svx')
-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)"!=""
+