Browse Source

+ pass the description option to wlink to set the module description string when
using the external linker on the win16 target

git-svn-id: trunk@42633 -

nickysn 6 years ago
parent
commit
238c9e576c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compiler/systems/t_win16.pas

+ 2 - 0
compiler/systems/t_win16.pas

@@ -249,6 +249,8 @@ begin
 
 
   LinkRes.Add('option quiet');
   LinkRes.Add('option quiet');
 
 
+  LinkRes.Add('option description '+maybequoted(description));
+
   if target_dbg.id in [dbg_dwarf2,dbg_dwarf3,dbg_dwarf4] then
   if target_dbg.id in [dbg_dwarf2,dbg_dwarf3,dbg_dwarf4] then
     LinkRes.Add('debug dwarf')
     LinkRes.Add('debug dwarf')
   else if target_dbg.id=dbg_codeview then
   else if target_dbg.id=dbg_codeview then