mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 12:49:12 +02:00
Amiga: First Version of crt for Amiga
git-svn-id: trunk@43814 -
This commit is contained in:
parent
366ee5e835
commit
643c1ea7e0
@ -16,7 +16,7 @@ Const
|
|||||||
KVMAll = [emx,go32v2,msdos,netware,netwlibc,os2,win32,win64,win16]+UnixLikes+AllAmigaLikeOSes;
|
KVMAll = [emx,go32v2,msdos,netware,netwlibc,os2,win32,win64,win16]+UnixLikes+AllAmigaLikeOSes;
|
||||||
|
|
||||||
// all full KVMers have crt too, except Amigalikes
|
// all full KVMers have crt too, except Amigalikes
|
||||||
CrtOSes = KVMALL+[WatCom]-[aros,morphos,amiga];
|
CrtOSes = KVMALL+[WatCom]-[aros,morphos];
|
||||||
KbdOSes = KVMALL;
|
KbdOSes = KVMALL;
|
||||||
VideoOSes = KVMALL;
|
VideoOSes = KVMALL;
|
||||||
MouseOSes = KVMALL;
|
MouseOSes = KVMALL;
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user