Browse Source

* fixed passing of the wlib output file parameter (-o requires an equal sign)

git-svn-id: trunk@30286 -
nickysn 10 năm trước cách đây
mục cha
commit
931f5a0b54
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      compiler/link.pas

+ 2 - 2
compiler/link.pas

@@ -1626,8 +1626,8 @@ Implementation
 
       ar_watcom_wlib_omf_info : tarinfo =
           ( id          : ar_watcom_wlib_omf;
-            arfirstcmd  : 'wlib -q -fo -c -b -o $OUTPUTLIB $FILES';
-            arcmd       : 'wlib -q -fo -c -b -o $OUTPUTLIB $LIB $FILES';
+            arfirstcmd  : 'wlib -q -fo -c -b -n -o=$OUTPUTLIB $LIB $FILES';
+            arcmd       : 'wlib -q -fo -c -b -o=$OUTPUTLIB $LIB $FILES';
             arfinishcmd : ''
           );