Browse Source

* Added FlushOutput after "Linking..." message by internal linker. Now this message is visible in Lazarus during linking.

git-svn-id: trunk@7518 -
yury 18 years ago
parent
commit
55394d9e72
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/link.pas

+ 1 - 0
compiler/link.pas

@@ -954,6 +954,7 @@ Implementation
         result:=false;
 
         Message1(exec_i_linking,outputname);
+        FlushOutput;
 
 {$warning TODO Load custom linker script}
         DefaultLinkScript;