Commit 62fb1997 authored by Ben Avison's avatar Ben Avison
Browse files

Build fix

Detail:
  Hdr:Macros has just been changed on the trunk in such a way that you now
  need to include Hdr:CPU.Arch as well. Previously this include file was only
  referenced by the Cortex branch kernel - now mirrored on the HAL branch
  kernel too.
Admin:
  Verified that IOMD ROM now builds again - should fix Tungsten ROM build too.

Version 5.35, 4.79.2.105. Tagged as 'Kernel-5_35-4_79_2_105'
parent d0ddc243
......@@ -13,11 +13,11 @@
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.35"
Module_Version SETA 535
Module_MinorVersion SETS "4.79.2.104"
Module_Date SETS "22 Oct 2009"
Module_ApplicationDate SETS "22-Oct-09"
Module_MinorVersion SETS "4.79.2.105"
Module_Date SETS "28 Oct 2009"
Module_ApplicationDate SETS "28-Oct-09"
Module_ComponentName SETS "Kernel"
Module_ComponentPath SETS "castle/RiscOS/Sources/Kernel"
Module_FullVersion SETS "5.35 (4.79.2.104)"
Module_HelpVersion SETS "5.35 (22 Oct 2009) 4.79.2.104"
Module_FullVersion SETS "5.35 (4.79.2.105)"
Module_HelpVersion SETS "5.35 (28 Oct 2009) 4.79.2.105"
END
......@@ -5,19 +5,19 @@
*
*/
#define Module_MajorVersion_CMHG 5.35
#define Module_MinorVersion_CMHG 4.79.2.104
#define Module_Date_CMHG 22 Oct 2009
#define Module_MinorVersion_CMHG 4.79.2.105
#define Module_Date_CMHG 28 Oct 2009
#define Module_MajorVersion "5.35"
#define Module_Version 535
#define Module_MinorVersion "4.79.2.104"
#define Module_Date "22 Oct 2009"
#define Module_MinorVersion "4.79.2.105"
#define Module_Date "28 Oct 2009"
#define Module_ApplicationDate "22-Oct-09"
#define Module_ApplicationDate "28-Oct-09"
#define Module_ComponentName "Kernel"
#define Module_ComponentPath "castle/RiscOS/Sources/Kernel"
#define Module_FullVersion "5.35 (4.79.2.104)"
#define Module_HelpVersion "5.35 (22 Oct 2009) 4.79.2.104"
#define Module_FullVersion "5.35 (4.79.2.105)"
#define Module_HelpVersion "5.35 (28 Oct 2009) 4.79.2.105"
#define Module_LibraryVersionInfo "5:35"
......@@ -17,6 +17,7 @@
GET Hdr:ListOpts
GET Hdr:Macros
GET Hdr:System
GET Hdr:CPU.Arch
GET Hdr:Machine.<Machine>
GET Hdr:ImageSize.<ImageSize>
GET Hdr:UserIF.<UserIF>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment