add a fatal error, and make sure c and c++ compilers work before using them

This commit is contained in:
Bill Hoffman
2003-01-21 12:50:48 -05:00
parent 110bc04bd0
commit 2f4ea98a4c
11 changed files with 116 additions and 21 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ public:
virtual const char* GetFullDocumentation()
{
return
"MESSAGE([SEND_ERROR | STATUS] \"message to display\"...)\n"
"MESSAGE([SEND_ERROR | STATUS | FATAL_ERROR] \"message to display\"...)\n"
"The arguments are messages to display. If the first argument is SEND_ERROR then an error is raised. If the first argument is STATUS then the message is diaplyed in the progress line for the GUI";
}