Browse Source

have an explicit define for OS4, so we can easily identify it in shared sources among Amiga-like systems, independent from the CPU define

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

+ 1 - 1
compiler/systems/i_amiga.pas

@@ -99,7 +99,7 @@ unit i_amiga;
             flags        : [tf_files_case_aware];
             flags        : [tf_files_case_aware];
             cpu          : cpu_powerpc;
             cpu          : cpu_powerpc;
             unit_env     : '';
             unit_env     : '';
-            extradefines : 'PPC603;HASAMIGA';
+            extradefines : 'PPC603;HASAMIGA;AMIGAOS4';
             exeext       : '';
             exeext       : '';
             defext       : '.def';
             defext       : '.def';
             scriptext    : '.sh';
             scriptext    : '.sh';