summaryrefslogtreecommitdiff
path: root/sw/source/filter/basflt/makefile.mk
diff options
context:
space:
mode:
authorJohn Marmion <jmarmion@openoffice.org>2000-10-13 07:42:05 +0000
committerJohn Marmion <jmarmion@openoffice.org>2000-10-13 07:42:05 +0000
commitb915a811100ee814cca4666ebcd520d3c1f322c9 (patch)
treeb06114dc54086117b44d3ad3d313353c05b039f7 /sw/source/filter/basflt/makefile.mk
parent4e6becc828e9f2c4b827be7cb504b592f067ca41 (diff)
shellio uses exceptions handling
Diffstat (limited to 'sw/source/filter/basflt/makefile.mk')
-rw-r--r--sw/source/filter/basflt/makefile.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/filter/basflt/makefile.mk b/sw/source/filter/basflt/makefile.mk
index a420737ac65d..e98e3ef4a1d6 100644
--- a/sw/source/filter/basflt/makefile.mk
+++ b/sw/source/filter/basflt/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: jp $ $Date: 2000-09-28 12:07:10 $
+# last change: $Author: jmarmion $ $Date: 2000-10-13 08:42:05 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -86,6 +86,9 @@ SLOFILES = \
$(SLO)$/shellio.obj \
$(SLO)$/w4wflt.obj
+EXCEPTIONSFILES = \
+ $(SLO)$/shellio.obj \
+
OBJFILES = $(OBJ)$/w4wflt.obj
# --- Tagets -------------------------------------------------------