mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 06:08:16 +02:00
rtl-extra: enabled for atari
git-svn-id: trunk@34667 -
This commit is contained in:
parent
51cb5aefbe
commit
f4bbb229fa
@ -21,9 +21,9 @@ Const
|
||||
|
||||
PrinterOSes = [go32v2,msdos,os2,win32,win64]+unixlikes-[beos,haiku,morphos];
|
||||
SerialOSes = [android,linux,netbsd,openbsd,win32,win64];
|
||||
UComplexOSes = [amiga,aros,emx,gba,go32v2,morphos,msdos,nativent,nds,netware,netwlibc,os2,watcom,wii,wince,win32,win64]+UnixLikes;
|
||||
MatrixOSes = [amiga,aros,emx,gba,go32v2,morphos,msdos,nativent,nds,netware,netwlibc,os2,wii,win32,win64,wince]+UnixLikes;
|
||||
ObjectsOSes = [amiga,aros,emx,gba,go32v2,morphos,msdos,nds,netware,netwlibc,os2,win32,win64,wince]+UnixLikes;
|
||||
UComplexOSes = [atari,emx,gba,go32v2,msdos,nativent,nds,netware,netwlibc,os2,watcom,wii,wince,win32,win64]+UnixLikes+AllAmigaLikeOSes;
|
||||
MatrixOSes = [atari,emx,gba,go32v2,msdos,nativent,nds,netware,netwlibc,os2,wii,win32,win64,wince]+UnixLikes+AllAmigaLikeOSes;
|
||||
ObjectsOSes = [atari,emx,gba,go32v2,msdos,nds,netware,netwlibc,os2,win32,win64,wince]+UnixLikes+AllAmigaLikeOSes;
|
||||
WinsockOSes = [win32,win64,wince,os2,emx,netware,netwlibc];
|
||||
WinSock2OSes = [win32,win64,wince];
|
||||
SocketsOSes = UnixLikes+AllAmigaLikeOSes+[netware,netwlibc,os2,wince,win32,win64];
|
||||
|
Loading…
Reference in New Issue
Block a user