mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 09:26:15 +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.
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
|
||||||
**********************************************************************}
|
**********************************************************************}
|
||||||
|
|
||||||
|
{$MODE OBJFPC}
|
||||||
unit Keyboard;
|
unit Keyboard;
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -13,6 +13,8 @@
|
|||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
|
||||||
**********************************************************************}
|
**********************************************************************}
|
||||||
|
|
||||||
|
{$MODE OBJFPC}
|
||||||
unit Mouse;
|
unit Mouse;
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
**********************************************************************}
|
**********************************************************************}
|
||||||
|
|
||||||
|
{$MODE OBJFPC}
|
||||||
unit Video;
|
unit Video;
|
||||||
|
|
||||||
{.$define VIDEODEBUG}
|
{.$define VIDEODEBUG}
|
||||||
|
Loading…
Reference in New Issue
Block a user