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