diff options
author | Oliver Bolte <obo@openoffice.org> | 2001-02-13 09:57:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2001-02-13 09:57:02 +0000 |
commit | 223b2ff38bb575190de211df20aea3cec6b1507a (patch) | |
tree | ece10f9b7cce098ba9c79bbbe28f2eb7f1442c60 /sfx2 | |
parent | 55eefe65be5b6c8af3ce58f70aae47fbd5e1c358 (diff) |
Exceptionflag on for eventsupplier.obj
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/notify/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/source/notify/makefile.mk b/sfx2/source/notify/makefile.mk index 18d877791cd0..d52de0770827 100644 --- a/sfx2/source/notify/makefile.mk +++ b/sfx2/source/notify/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: dv $ $Date: 2001-02-09 11:27:31 $ +# last change: $Author: obo $ $Date: 2001-02-13 10:57:02 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -87,6 +87,8 @@ SLOFILES = \ $(SLO)$/hintpost.obj \ $(SLO)$/linkhdl.obj +EXCEPTIONSFILES = \ + $(SLO)$/eventsupplier.obj \ # --- Tagets ------------------------------------------------------- .INCLUDE : target.mk |