Parcourir la source

+ added ifndef NOTARGETAMIGA

git-svn-id: trunk@2404 -
Károly Balogh il y a 19 ans
Parent
commit
e785aee0a1
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      compiler/m68k/cputarg.pas

+ 2 - 0
compiler/m68k/cputarg.pas

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