Add class based exception support classes
authorStefan Vogel <sv@exept.de>
Sat, 24 Jul 1999 12:53:11 +0200
changeset 4448 3cb121baa9f7
parent 4447 b41133d7941b
child 4449 c8e195e21aab
Add class based exception support classes
Make.proto
--- a/Make.proto	Fri Jul 23 20:13:00 1999 +0200
+++ b/Make.proto	Sat Jul 24 12:53:11 1999 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.108 1999-06-02 08:24:25 cg Exp $
+# $Header: /cvs/stx/stx/libbasic/Make.proto,v 1.109 1999-07-24 10:53:11 stefan Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -30,11 +30,11 @@
 	MiniInsp.$(O)                           \
 	Project.$(O)
 
-WIN_OBJS=	\
+WIN_OBJS=       \
 	PCFilename.$(O) \
 	Win32OS.$(O)
 
-VMS_OBJS=	\
+VMS_OBJS=       \
 	OpenVMSFilename.$(O) \
 	OpenVMSOS.$(O)
 
@@ -90,6 +90,10 @@
 	BContext.$(O)        \
       Delay.$(O)             \
       Exception.$(O)         \
+	Error.$(O)           \
+	Warning.$(O)         \
+	Notification.$(O)    \
+	Query.$(O)           \
       ExecFunc.$(O)          \
 	CompCode.$(O)        \
 	  Block.$(O)         \
@@ -152,7 +156,7 @@
       ExtFunc.$(O)           \
       MthdDict.$(O)          \
       AbstractOperatingSystem.$(O) \
-        UnixOS.$(O)          \
+	UnixOS.$(O)          \
       Obsolete.$(O)          \
       UserPreferences.$(O)   \
       BOSS.$(O)              \