diff options
author | Oliver Bolte <obo@openoffice.org> | 2001-07-06 08:59:07 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2001-07-06 08:59:07 +0000 |
commit | 2554da0de39dd5ae14e4f0379a3eb97ad0009b22 (patch) | |
tree | 294ec59e3e84e4dc3bfef2c6e9ce1b1b52d36e21 /basic/source | |
parent | 0981c1e74fe54ba56b1a0b4ee2252490bb89c504 (diff) |
#65293# exception flag for basmgr.cxx
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/basmgr/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/basic/source/basmgr/makefile.mk b/basic/source/basmgr/makefile.mk index a2279673782f..667ac2a73192 100644 --- a/basic/source/basmgr/makefile.mk +++ b/basic/source/basmgr/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 16:12:09 $ +# last change: $Author: obo $ $Date: 2001-07-06 09:59:07 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -77,6 +77,7 @@ CXXFILES = basmgr.cxx SLOFILES= $(SLO)$/basmgr.obj +EXCEPTIONSFILES= $(SLO)$/basmgr.obj # --- Targets ------------------------------------------------------------- .INCLUDE : target.mk |