mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 03:50:23 +02:00
* since AMIGA is now defined by both AmigaOS4 and 68k Amiga, have an unique AMIGA68K define for classic Amiga
git-svn-id: trunk@33583 -
This commit is contained in:
parent
5a50fc4be3
commit
a806114af6
@ -37,7 +37,7 @@ unit i_amiga;
|
||||
flags : [tf_files_case_aware,tf_has_winlike_resources];
|
||||
cpu : cpu_m68k;
|
||||
unit_env : 'AMIGAUNITS';
|
||||
extradefines : 'HASAMIGA';
|
||||
extradefines : 'HASAMIGA;AMIGA68K';
|
||||
exeext : '';
|
||||
defext : '.def';
|
||||
scriptext : '.sh';
|
||||
|
Loading…
Reference in New Issue
Block a user