소스 검색

+ 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 년 전
부모
커밋
238c9e576c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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