mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 12:29:14 +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 : '_';
|
Cprefix : '_';
|
||||||
newline : #13#10;
|
newline : #13#10;
|
||||||
dirsep : '\';
|
dirsep : '\';
|
||||||
assem : as_i8086_nasmobj;
|
assem : as_i8086_omf;
|
||||||
assemextern : as_i8086_nasmobj;
|
assemextern : as_i8086_nasmobj;
|
||||||
link : ld_none;
|
link : ld_none;
|
||||||
linkextern : ld_msdos;
|
linkextern : ld_msdos;
|
||||||
|
Loading…
Reference in New Issue
Block a user