Browse Source

* since AMIGA is now defined by both AmigaOS4 and 68k Amiga, have an unique AMIGA68K define for classic Amiga

git-svn-id: trunk@33583 -
Károly Balogh 9 years ago
parent
commit
a806114af6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems/i_amiga.pas

+ 1 - 1
compiler/systems/i_amiga.pas

@@ -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';