diff options
author | Rüdiger Timm <rt@openoffice.org> | 2002-01-10 10:10:20 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2002-01-10 10:10:20 +0000 |
commit | c0b32a6dda9f1aa467e6e9645401865a1923491b (patch) | |
tree | e890f0034e3e861a21ac8f50e0296076492799cc | |
parent | 84e860f52dc186f65959f936717b3ae8766305c1 (diff) |
#65293# runtime.obj needs exception handling enabled
-rw-r--r-- | basic/source/runtime/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/basic/source/runtime/makefile.mk b/basic/source/runtime/makefile.mk index 2c3500a1e4fd..477d0341dc3b 100644 --- a/basic/source/runtime/makefile.mk +++ b/basic/source/runtime/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hjs $ $Date: 2000-11-17 15:44:04 $ +# last change: $Author: rt $ $Date: 2002-01-10 11:10:20 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -105,7 +105,8 @@ SLOFILES+= $(SLO)$/os2.obj EXCEPTIONSFILES=$(SLO)$/step0.obj \ $(SLO)$/step2.obj \ $(SLO)$/methods.obj \ - $(SLO)$/iosys.obj + $(SLO)$/iosys.obj \ + $(SLO)$/runtime.obj # --- Targets ------------------------------------------------------------- |