+ enable the i8086-msdos internal linker

git-svn-id: trunk@31417 -
This commit is contained in:
nickysn 2015-08-25 01:32:46 +00:00
parent 6e20e0fc84
commit 0894ede9cd

View File

@ -71,7 +71,7 @@ unit i_msdos;
dirsep : '\';
assem : as_i8086_omf;
assemextern : as_i8086_nasmobj;
link : ld_none;
link : ld_int_msdos;
linkextern : ld_msdos;
{$ifdef USE_SCRIPTED_WLIB}
ar : ar_watcom_wlib_omf_scripted;