mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 10:48:12 +02:00
+ PS1: show linking message
This commit is contained in:
parent
0c7aa1805d
commit
1850aa96b5
@ -351,6 +351,9 @@ var
|
||||
binstr, cmdstr, mapstr : TCmdStr;
|
||||
success : boolean;
|
||||
begin
|
||||
if not (cs_link_nolink in current_settings.globalswitches) then
|
||||
Message1(exec_i_linking,current_module.exefilename);
|
||||
|
||||
if (cs_link_map in current_settings.globalswitches) then
|
||||
mapstr:='-Map '+maybequoted(ChangeFileExt(current_module.exefilename,'.map'))
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user