Browse Source

+ added ifndef NOTARGETAMIGA

git-svn-id: trunk@2404 -
Károly Balogh 19 years ago
parent
commit
e785aee0a1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compiler/m68k/cputarg.pas

+ 2 - 0
compiler/m68k/cputarg.pas

@@ -38,7 +38,9 @@ implementation
     {$ifndef NOTARGETLINUX}
     {$ifndef NOTARGETLINUX}
       ,t_linux
       ,t_linux
     {$endif}
     {$endif}
+    {$ifndef NOTARGETAMIGA}
       ,t_amiga
       ,t_amiga
+    {$endif}
     {$ifndef NOTARGETPALMOS}
     {$ifndef NOTARGETPALMOS}
       ,t_palmos
       ,t_palmos
     {$endif}
     {$endif}