소스 검색

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

git-svn-id: trunk@7518 -
yury 18 년 전
부모
커밋
55394d9e72
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;