mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 02:37:09 +01:00
* View Linking stage if external linking
This commit is contained in:
parent
b2005ca111
commit
ed9aadd1b8
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user