浏览代码

+ added ifndef NOTARGETAMIGA

git-svn-id: trunk@2404 -
Károly Balogh 19 年之前
父节点
当前提交
e785aee0a1
共有 1 个文件被更改,包括 2 次插入0 次删除
  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}