mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 02:59:33 +02:00
Use new as_i8086_nasmobj as external assembler for msdos target
git-svn-id: trunk@26549 -
This commit is contained in:
parent
3327d508ee
commit
9fc9f4bdba
@ -69,8 +69,8 @@ unit i_msdos;
|
|||||||
Cprefix : '_';
|
Cprefix : '_';
|
||||||
newline : #13#10;
|
newline : #13#10;
|
||||||
dirsep : '\';
|
dirsep : '\';
|
||||||
assem : as_i386_nasmobj;
|
assem : as_i8086_nasmobj;
|
||||||
assemextern : as_i386_nasmobj;
|
assemextern : as_i8086_nasmobj;
|
||||||
link : ld_none;
|
link : ld_none;
|
||||||
linkextern : ld_msdos;
|
linkextern : ld_msdos;
|
||||||
{$ifdef USE_SCRIPTED_WLIB}
|
{$ifdef USE_SCRIPTED_WLIB}
|
||||||
|
Loading…
Reference in New Issue
Block a user