mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 14:19:31 +02:00
* capitalize idtxt of z80asm, so it can be selected with -Az80asm
git-svn-id: branches/z80@44459 -
This commit is contained in:
parent
3e3942e324
commit
6159b34608
@ -429,7 +429,7 @@ unit agz80asm;
|
|||||||
(
|
(
|
||||||
id : as_z80asm;
|
id : as_z80asm;
|
||||||
|
|
||||||
idtxt : 'Z80Asm';
|
idtxt : 'Z80ASM';
|
||||||
asmbin : 'z80asm';
|
asmbin : 'z80asm';
|
||||||
asmcmd : '-o $OBJ $EXTRAOPT $ASM';
|
asmcmd : '-o $OBJ $EXTRAOPT $ASM';
|
||||||
supported_targets : [system_Z80_embedded];
|
supported_targets : [system_Z80_embedded];
|
||||||
|
Loading…
Reference in New Issue
Block a user