Avoid loops when linking doesn't work

This commit is contained in:
Richard Levitte 2002-05-23 15:27:21 +00:00
parent 157e44a799
commit 156516ce44

View File

@ -641,6 +641,7 @@ $ WRITE SYS$OUTPUT " ",APPLICATION,".exe"
$! $!
$! Link The Program, Check To See If We Need To Link With RSAREF Or Not. $! Link The Program, Check To See If We Need To Link With RSAREF Or Not.
$! $!
$ ON ERROR THEN GOTO NEXT_APPLICATION
$ IF (RSAREF.EQS."TRUE") $ IF (RSAREF.EQS."TRUE")
$ THEN $ THEN
$! $!