summaryrefslogtreecommitdiff
path: root/tools/source
diff options
context:
space:
mode:
authorGregor Hartmann <gh@openoffice.org>2002-04-19 06:59:27 +0000
committerGregor Hartmann <gh@openoffice.org>2002-04-19 06:59:27 +0000
commit47ffa4a54d325e238874589ee2047b85b4ab13eb (patch)
tree78750307f9faf63e33dc7e20bb7a225d97a75c43 /tools/source
parentcabe645e385c4fe1ae65565145dd0b6d4e0e415c (diff)
catch pure virtual function calls and show Assertion
Diffstat (limited to 'tools/source')
-rw-r--r--tools/source/communi/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/source/communi/makefile.mk b/tools/source/communi/makefile.mk
index 4d0358e3a88c..9f660bb450da 100644
--- a/tools/source/communi/makefile.mk
+++ b/tools/source/communi/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: nf $ $Date: 2001-11-01 14:05:55 $
+# last change: $Author: gh $ $Date: 2002-04-19 07:59:27 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -76,6 +76,7 @@ TARGET=communi
CXXFILES= simplecm.cxx bcst.cxx
OBJFILES= \
+ $(OBJ)$/SafePureVirtual.obj \
$(OBJ)$/tcpio.obj \
$(OBJ)$/packethandler.obj \
$(OBJ)$/simplecm.obj \
@@ -91,6 +92,7 @@ OBJFILES= \
$(OBJ)$/abthread.obj
SLOFILES= \
+ $(SLO)$/SafePureVirtual.obj \
$(SLO)$/tcpio.obj \
$(SLO)$/packethandler.obj \
$(SLO)$/simplecm.obj \