* rtl-console: always compile Amiga KVM units in OBJFPC mode. This makes it easier to compile these units outside of this package

This commit is contained in:
Karoly Balogh 2021-12-25 13:13:26 +01:00
parent ab969e0a9b
commit 5264e48d90
3 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
**********************************************************************}
{$MODE OBJFPC}
unit Keyboard;
interface

View File

@ -13,6 +13,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
**********************************************************************}
{$MODE OBJFPC}
unit Mouse;
interface

View File

@ -14,6 +14,7 @@
**********************************************************************}
{$MODE OBJFPC}
unit Video;
{.$define VIDEODEBUG}