Commit c468bc2b authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Fix building of BCM2835 ROM

Detail:
  Components/ROOL/BCM2835 - Some unwanted changes crept into the last commit, preventing the ROM from building without a copy of my HangWatch module (and preventing it from running without switching the kernel to high processor vectors)
Admin:
  Tested with vanilla BCM2835 souce tree


Version 5.81. Tagged as 'BuildSys-5_81'
parent c7aa54eb
......@@ -59,8 +59,7 @@ BASICTrans
BufferManager
ColourTrans
Debugger
DADebug
HangWatch
#DADebug
DeviceFS
PortableHAL
RTSupport
......@@ -82,7 +81,7 @@ Filer
FilerSWIs
FSLock
FontManager
FPEmulator -options FPE_APCS=3/32bit FPEANCHOR=High
FPEmulator -options FPE_APCS=3/32bit
VFPSupport
Free
Hourglass
......
/* (5.80)
/* (5.81)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 5.80
#define Module_MajorVersion_CMHG 5.81
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 20 Aug 2012
#define Module_MajorVersion "5.80"
#define Module_Version 580
#define Module_MajorVersion "5.81"
#define Module_Version 581
#define Module_MinorVersion ""
#define Module_Date "20 Aug 2012"
......@@ -18,6 +18,6 @@
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "5.80"
#define Module_HelpVersion "5.80 (20 Aug 2012)"
#define Module_LibraryVersionInfo "5:80"
#define Module_FullVersion "5.81"
#define Module_HelpVersion "5.81 (20 Aug 2012)"
#define Module_LibraryVersionInfo "5:81"
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