+ PS1: show linking message

This commit is contained in:
Nikolay Nikolov 2024-10-04 22:09:50 +03:00
parent 0c7aa1805d
commit 1850aa96b5

View File

@ -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