Explorar o código

+ 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 %!s(int64=6) %!d(string=hai) anos
pai
achega
238c9e576c
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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 description '+maybequoted(description));
+
   if target_dbg.id in [dbg_dwarf2,dbg_dwarf3,dbg_dwarf4] then
     LinkRes.Add('debug dwarf')
   else if target_dbg.id=dbg_codeview then