enable exceptions in docufld.cxx
This commit is contained in:
parent
9566023956
commit
025a71d4d7
1 changed files with 5 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.1.1.1 $
|
||||
# $Revision: 1.2 $
|
||||
#
|
||||
# last change: $Author: hr $ $Date: 2000-09-19 00:08:19 $
|
||||
# last change: $Author: os $ $Date: 2001-04-24 11:20:29 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -117,7 +117,9 @@ SLOFILES = \
|
|||
$(SLO)$/tblcalc.obj \
|
||||
$(SLO)$/usrfld.obj
|
||||
|
||||
EXCEPTIONSFILES=$(SLO)$/usrfld.obj
|
||||
EXCEPTIONSFILES= \
|
||||
$(SLO)$/docufld.obj \
|
||||
$(SLO)$/usrfld.obj
|
||||
|
||||
# --- Tagets -------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue