Browse Source

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

Karoly Balogh 3 years ago
parent
commit
5264e48d90

+ 2 - 0
packages/rtl-console/src/amicommon/keyboard.pp

@@ -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
 
 

+ 2 - 0
packages/rtl-console/src/amicommon/mouse.pp

@@ -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
 
 

+ 1 - 0
packages/rtl-console/src/amicommon/video.pp

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