Kaydet (Commit) c0b32a6d authored tarafından Rüdiger Timm's avatar Rüdiger Timm

#65293# runtime.obj needs exception handling enabled

üst 84e860f5
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $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 # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
...@@ -105,7 +105,8 @@ SLOFILES+= $(SLO)$/os2.obj ...@@ -105,7 +105,8 @@ SLOFILES+= $(SLO)$/os2.obj
EXCEPTIONSFILES=$(SLO)$/step0.obj \ EXCEPTIONSFILES=$(SLO)$/step0.obj \
$(SLO)$/step2.obj \ $(SLO)$/step2.obj \
$(SLO)$/methods.obj \ $(SLO)$/methods.obj \
$(SLO)$/iosys.obj $(SLO)$/iosys.obj \
$(SLO)$/runtime.obj
# --- Targets ------------------------------------------------------------- # --- Targets -------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment