From e785aee0a1fd962db5220516297f947dcd4cf6e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1roly=20Balogh?= Date: Thu, 2 Feb 2006 11:55:33 +0000 Subject: [PATCH] + added ifndef NOTARGETAMIGA git-svn-id: trunk@2404 - --- compiler/m68k/cputarg.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/m68k/cputarg.pas b/compiler/m68k/cputarg.pas index 9ab515b423..891caac8c6 100644 --- a/compiler/m68k/cputarg.pas +++ b/compiler/m68k/cputarg.pas @@ -38,7 +38,9 @@ implementation {$ifndef NOTARGETLINUX} ,t_linux {$endif} + {$ifndef NOTARGETAMIGA} ,t_amiga + {$endif} {$ifndef NOTARGETPALMOS} ,t_palmos {$endif}