From 55394d9e72165fde8694da452ce2ec5ee164b8ad Mon Sep 17 00:00:00 2001 From: yury Date: Tue, 29 May 2007 17:04:53 +0000 Subject: [PATCH] * Added FlushOutput after "Linking..." message by internal linker. Now this message is visible in Lazarus during linking. git-svn-id: trunk@7518 - --- compiler/link.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/link.pas b/compiler/link.pas index f8eb443aea..92d0371a5f 100644 --- a/compiler/link.pas +++ b/compiler/link.pas @@ -954,6 +954,7 @@ Implementation result:=false; Message1(exec_i_linking,outputname); + FlushOutput; {$warning TODO Load custom linker script} DefaultLinkScript;