mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:39:31 +02:00
* 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:
parent
ab969e0a9b
commit
5264e48d90
@ -12,6 +12,8 @@
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
{$MODE OBJFPC}
|
||||
unit Keyboard;
|
||||
interface
|
||||
|
||||
|
@ -13,6 +13,8 @@
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
{$MODE OBJFPC}
|
||||
unit Mouse;
|
||||
interface
|
||||
|
||||
|
@ -14,6 +14,7 @@
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
{$MODE OBJFPC}
|
||||
unit Video;
|
||||
|
||||
{.$define VIDEODEBUG}
|
||||
|
Loading…
Reference in New Issue
Block a user