diff options
author | Rüdiger Timm <rt@openoffice.org> | 2001-06-07 14:04:21 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2001-06-07 14:04:21 +0000 |
commit | 2a7a3eabe471f797b5c322ebc9d5f2a8314aa044 (patch) | |
tree | adb6c1ead1f2f2e5a543fd77e309240f4ba8bc00 /svtools/source/edit | |
parent | 10e3faa1a1d60efbff754a48f903293d2100ec5d (diff) |
#87576# exception handling enabled for textview.cxx
Diffstat (limited to 'svtools/source/edit')
-rw-r--r-- | svtools/source/edit/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svtools/source/edit/makefile.mk b/svtools/source/edit/makefile.mk index 5979d0215d7b..575c4e221467 100644 --- a/svtools/source/edit/makefile.mk +++ b/svtools/source/edit/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: pb $ $Date: 2001-05-21 07:50:22 $ +# last change: $Author: rt $ $Date: 2001-06-07 15:04:21 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -125,6 +125,9 @@ OBJFILES+= \ $(OBJ)$/svmedit2.obj .ENDIF +EXCEPTIONSFILES= \ + $(OBJ)$/textview.obj + LIB1TARGET= $(SLB)$/$(TARGET).lib LIB1OBJFILES= $(SLOFILES) |