Forráskód Böngészése

+ 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 éve
szülő
commit
238c9e576c
1 módosított fájl, 2 hozzáadás és 0 törlés
  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