* switch the msdos target to the internal assembler/omf object writer

git-svn-id: trunk@30681 -
This commit is contained in:
nickysn 2015-04-20 01:53:01 +00:00
parent 5a1ce6162b
commit 030801a18b

View File

@ -69,7 +69,7 @@ unit i_msdos;
Cprefix : '_';
newline : #13#10;
dirsep : '\';
assem : as_i8086_nasmobj;
assem : as_i8086_omf;
assemextern : as_i8086_nasmobj;
link : ld_none;
linkextern : ld_msdos;