mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 00:02:55 +02:00
+ added ifndef NOTARGETAMIGA
git-svn-id: trunk@2404 -
This commit is contained in:
parent
7338c03fac
commit
e785aee0a1
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user