summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/makefile.mk
diff options
context:
space:
mode:
authorChristian Lippka <christian.lippka@sun.com>2010-01-04 15:43:22 +0100
committerChristian Lippka <christian.lippka@sun.com>2010-01-04 15:43:22 +0100
commit6de0e6f144f2e329f09572fa10bd2867fd96a6ea (patch)
treebda19998d895cf6279af08d04a01be3aa4ff7c49 /sfx2/source/doc/makefile.mk
parentb354b53c2d2c28a93fc06b06e1e855f38a46e841 (diff)
parent0de34b05f3c1a0409d23b63b9e69d4d7abbe1090 (diff)
merge to m68
Diffstat (limited to 'sfx2/source/doc/makefile.mk')
-rw-r--r--sfx2/source/doc/makefile.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/sfx2/source/doc/makefile.mk b/sfx2/source/doc/makefile.mk
index 1b42844491e0..66fd03175a8e 100644
--- a/sfx2/source/doc/makefile.mk
+++ b/sfx2/source/doc/makefile.mk
@@ -86,11 +86,19 @@ SLOFILES = \
$(SLO)$/DocumentMetadataAccess.obj \
$(SLO)$/Metadatable.obj \
$(SLO)$/sfxmodelfactory.obj \
+ $(SLO)$/sfxacldetect.obj \
$(SLO)$/docstoragemodifylistener.obj \
$(SLO)$/querytemplate.obj
# $(SLO)$/applet.obj \
+.IF "$(GUI)" == "WNT"
+
+#HACK TO DISABLE PCH
+NOOPTFILES= \
+ $(SLO)$/sfxacldetect.obj
+.ENDIF
+
# --- Tagets -------------------------------------------------------