mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 16:49:23 +02:00
fpcmake: simplified defines for Amiga-like systems
git-svn-id: trunk@43058 -
This commit is contained in:
parent
4a226f39ab
commit
d352dbe044
@ -1,16 +1,5 @@
|
||||
{$IFDEF MORPHOS}
|
||||
{$IFDEF HASAMIGA}
|
||||
{$DEFINE NO_UNIT_PROCESS}
|
||||
{$DEFINE NO_THREADING}
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF AROS}
|
||||
{$DEFINE NO_UNIT_PROCESS}
|
||||
{$DEFINE NO_THREADING}
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF AMIGA}
|
||||
{$DEFINE NO_UNIT_PROCESS}
|
||||
{$DEFINE NO_THREADING}
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF OS2}
|
||||
|
Loading…
Reference in New Issue
Block a user