* View Linking stage if external linking

This commit is contained in:
pierre 1999-06-28 15:59:04 +00:00
parent b2005ca111
commit ed9aadd1b8

View File

@ -551,7 +551,8 @@ begin
Compile(FileName);
if LinkAfter then
begin
CompilationPhase:=cpLinking;
CompilationPhase:=cpLinking;
CompilerStatusDialog^.Update;
{$ifdef linux}
Shell(PpasFile+source_os.scriptext);
{$else}
@ -604,7 +605,10 @@ end;
end.
{
$Log$
Revision 1.29 1999-06-28 12:39:14 pierre
Revision 1.30 1999-06-28 15:59:04 pierre
* View Linking stage if external linking
Revision 1.29 1999/06/28 12:39:14 pierre
+ close all browsers before compiling
Revision 1.28 1999/06/21 23:42:16 pierre