소스 검색

* add 'option quiet' to wlink to suppress its info messages

git-svn-id: trunk@27271 -
nickysn 11 년 전
부모
커밋
510fa9596f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      compiler/systems/t_msdos.pas

+ 2 - 0
compiler/systems/t_msdos.pas

@@ -247,6 +247,8 @@ begin
   { Add all options to link.res instead of passing them via command line:
     DOS command line is limited to 126 characters! }
 
+  LinkRes.Add('option quiet');
+
   if paratargetdbg in [dbg_dwarf2,dbg_dwarf3,dbg_dwarf4] then
     LinkRes.Add('debug dwarf');