summaryrefslogtreecommitdiff
path: root/sw/source/ui/index/makefile.mk
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-11-02 12:04:08 +0000
committerOliver Specht <os@openoffice.org>2001-11-02 12:04:08 +0000
commit400aaac26b597a34a267ab791da90199221a04c7 (patch)
treecc1302f0862dea8579157f02a73fdff80314287e /sw/source/ui/index/makefile.mk
parent7a27feda739fd046e6e8b334de0f1dc44cfba5be (diff)
#94237# exception methods moved to cntex.cxx
Diffstat (limited to 'sw/source/ui/index/makefile.mk')
-rw-r--r--sw/source/ui/index/makefile.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/source/ui/index/makefile.mk b/sw/source/ui/index/makefile.mk
index c45c39188c0f..6905c1cec346 100644
--- a/sw/source/ui/index/makefile.mk
+++ b/sw/source/ui/index/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: cmc $ $Date: 2001-02-08 13:12:37 $
+# last change: $Author: os $ $Date: 2001-11-02 13:03:25 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -81,6 +81,7 @@ PROJECTPCHSOURCE=..\ui_1st\ui_pch
CXXFILES = \
cnttab.cxx \
+ cntex.cxx \
idxmrk.cxx \
multmrk.cxx \
toxmgr.cxx
@@ -92,12 +93,13 @@ SRCFILES = \
SLOFILES = \
$(SLO)$/cnttab.obj \
+ $(SLO)$/cntex.obj \
$(SLO)$/idxmrk.obj \
$(SLO)$/multmrk.obj \
$(SLO)$/toxmgr.obj
EXCEPTIONSFILES = \
- $(SLO)$/cnttab.obj
+ $(SLO)$/cntex.obj
# --- Tagets -------------------------------------------------------