added "Couldn't find project file " error. This happens when a CW project

can't find the file to compile.
This commit is contained in:
cyeh 1998-07-02 17:26:48 +00:00
parent 186c00b972
commit db6fcffbdc

View File

@ -24,6 +24,7 @@ sub has_error {
$line =~ /fatal error/ # link error
|| $line =~ /Error / # C error
|| $line =~ /\[checkout aborted\]/ #cvs error
|| $line =~ /Couldn\'t find project file / # CW project error
;
}