Browse Source

+ PS1: show linking message

Nikolay Nikolov 10 months ago
parent
commit
1850aa96b5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      compiler/systems/t_ps1.pas

+ 3 - 0
compiler/systems/t_ps1.pas

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