*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 17 Nov 2001 11:03:57 +0100
changeset 6209 c314246cb2a5
parent 6208 92e9e6eaae1b
child 6210 d7039e2ae776
*** empty log message ***
Make.proto
bc.mak
nt.mak
--- a/Make.proto	Sat Nov 17 11:02:55 2001 +0100
+++ b/Make.proto	Sat Nov 17 11:03:57 2001 +0100
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.144 2001-11-17 08:42:04 cg Exp $
+# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.145 2001-11-17 10:03:57 cg Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -120,7 +120,9 @@
 	  HaltInterrupt.$(O)  \
 	    BreakPointInterrupt.$(O)  \
 	  UserInterrupt.$(O)  \
-	AbortOperationRequest.$(O)  \
+	ControlRequest.$(O)  \
+	  AbortOperationRequest.$(O)  \
+	  TerminateProcessRequest.$(O)  \
 	Exception.$(O)       \
 	  Error.$(O)         \
 	    MessageNotUnderstood.$(O) \
--- a/bc.mak	Sat Nov 17 11:02:55 2001 +0100
+++ b/bc.mak	Sat Nov 17 11:03:57 2001 +0100
@@ -2,7 +2,7 @@
 # DO NOT EDIT 
 # automatically generated from Make.proto (by make nt.mak)
 #
-# $Header: /cvs/stx/stx/libbasic/bc.mak,v 1.59 2001-11-17 08:42:04 cg Exp $
+# $Header: /cvs/stx/stx/libbasic/bc.mak,v 1.60 2001-11-17 10:03:57 cg Exp $
 #
 TOP=..
 #
@@ -89,7 +89,9 @@
   $(OUTDIR)BreakPointInterrupt.$(O) \       
   $(OUTDIR)PrimitiveFailure.$(O) \       
   $(OUTDIR)UserInterrupt.$(O) \       
+  $(OUTDIR)ControlRequest.$(O) \       
   $(OUTDIR)AbortOperationRequest.$(O) \       
+  $(OUTDIR)TerminateProcessRequest.$(O) \       
   $(OUTDIR)MessageNotUnderstood.$(O) \       
   $(OUTDIR)SubclassResponsibilityError.$(O) \       
   $(OUTDIR)SubscriptOutOfBoundsError.$(O) \       
--- a/nt.mak	Sat Nov 17 11:02:55 2001 +0100
+++ b/nt.mak	Sat Nov 17 11:03:57 2001 +0100
@@ -2,7 +2,7 @@
 # DO NOT EDIT 
 # automatically generated from Make.proto (by make nt.mak)
 #
-# $Header: /cvs/stx/stx/libbasic/Attic/nt.mak,v 1.59 2001-11-17 08:42:04 cg Exp $
+# $Header: /cvs/stx/stx/libbasic/Attic/nt.mak,v 1.60 2001-11-17 10:03:57 cg Exp $
 #
 TOP=..
 #
@@ -89,7 +89,9 @@
   $(OUTDIR)BreakPointInterrupt.$(O) \       
   $(OUTDIR)PrimitiveFailure.$(O) \       
   $(OUTDIR)UserInterrupt.$(O) \       
+  $(OUTDIR)ControlRequest.$(O) \       
   $(OUTDIR)AbortOperationRequest.$(O) \       
+  $(OUTDIR)TerminateProcessRequest.$(O) \       
   $(OUTDIR)MessageNotUnderstood.$(O) \       
   $(OUTDIR)SubclassResponsibilityError.$(O) \       
   $(OUTDIR)SubscriptOutOfBoundsError.$(O) \