mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 10:39:29 +02:00
* switch the msdos target to the internal assembler/omf object writer
git-svn-id: trunk@30681 -
This commit is contained in:
parent
5a1ce6162b
commit
030801a18b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user