mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 03:46:10 +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'
|
arfinishcmd : 'gar s $LIB'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
ar_watcom_wlib_omf_info : tarinfo =
|
||||||
|
( id : ar_watcom_wlib_omf;
|
||||||
|
arcmd : 'wlib -fo -c $LIB $FILES';
|
||||||
|
arfinishcmd : ''
|
||||||
|
);
|
||||||
|
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
RegisterAr(ar_gnu_ar_info);
|
RegisterAr(ar_gnu_ar_info);
|
||||||
RegisterAr(ar_gnu_ar_scripted_info);
|
RegisterAr(ar_gnu_ar_scripted_info);
|
||||||
RegisterAr(ar_gnu_gar_info);
|
RegisterAr(ar_gnu_gar_info);
|
||||||
|
RegisterAr(ar_watcom_wlib_omf_info);
|
||||||
end.
|
end.
|
||||||
|
@ -202,6 +202,7 @@
|
|||||||
,ar_mpw_ar
|
,ar_mpw_ar
|
||||||
,ar_gnu_ar_scripted
|
,ar_gnu_ar_scripted
|
||||||
,ar_gnu_gar
|
,ar_gnu_gar
|
||||||
|
,ar_watcom_wlib_omf
|
||||||
);
|
);
|
||||||
|
|
||||||
tres = (res_none
|
tres = (res_none
|
||||||
|
@ -65,7 +65,7 @@ unit i_msdos;
|
|||||||
assemextern : as_i386_nasmobj;
|
assemextern : as_i386_nasmobj;
|
||||||
link : nil;
|
link : nil;
|
||||||
linkextern : nil;
|
linkextern : nil;
|
||||||
ar : ar_gnu_ar;
|
ar : ar_watcom_wlib_omf;
|
||||||
res : res_none;
|
res : res_none;
|
||||||
dbg : dbg_stabs;
|
dbg : dbg_stabs;
|
||||||
script : script_dos;
|
script : script_dos;
|
||||||
|
Loading…
Reference in New Issue
Block a user