mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-01 23:06:05 +02:00
+ openwatcom wlib support added
git-svn-id: branches/i8086@23964 -
This commit is contained in:
parent
bac18a0094
commit
ac64663e70
@ -1571,9 +1571,16 @@ Implementation
|
||||
arfinishcmd : 'gar s $LIB'
|
||||
);
|
||||
|
||||
ar_watcom_wlib_omf_info : tarinfo =
|
||||
( id : ar_watcom_wlib_omf;
|
||||
arcmd : 'wlib -fo -c $LIB $FILES';
|
||||
arfinishcmd : ''
|
||||
);
|
||||
|
||||
|
||||
initialization
|
||||
RegisterAr(ar_gnu_ar_info);
|
||||
RegisterAr(ar_gnu_ar_scripted_info);
|
||||
RegisterAr(ar_gnu_gar_info);
|
||||
RegisterAr(ar_watcom_wlib_omf_info);
|
||||
end.
|
||||
|
@ -202,6 +202,7 @@
|
||||
,ar_mpw_ar
|
||||
,ar_gnu_ar_scripted
|
||||
,ar_gnu_gar
|
||||
,ar_watcom_wlib_omf
|
||||
);
|
||||
|
||||
tres = (res_none
|
||||
|
@ -65,7 +65,7 @@ unit i_msdos;
|
||||
assemextern : as_i386_nasmobj;
|
||||
link : nil;
|
||||
linkextern : nil;
|
||||
ar : ar_gnu_ar;
|
||||
ar : ar_watcom_wlib_omf;
|
||||
res : res_none;
|
||||
dbg : dbg_stabs;
|
||||
script : script_dos;
|
||||
|
Loading…
Reference in New Issue
Block a user