mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-09 21:49:18 +02:00
* Added FlushOutput after "Linking..." message by internal linker. Now this message is visible in Lazarus during linking.
git-svn-id: trunk@7518 -
This commit is contained in:
parent
0c6fb09094
commit
55394d9e72
@ -954,6 +954,7 @@ Implementation
|
||||
result:=false;
|
||||
|
||||
Message1(exec_i_linking,outputname);
|
||||
FlushOutput;
|
||||
|
||||
{$warning TODO Load custom linker script}
|
||||
DefaultLinkScript;
|
||||
|
Loading…
Reference in New Issue
Block a user