Commit 587d4c9a authored by John Ballance's avatar John Ballance
Browse files

Addded stubs of to modules for RPi use

Support and BCMVideo
Admin:
  (highlight level of testing that has taken place)
  (bugfix number if appropriate)


Version 5.72. Tagged as 'BuildSys-5_72'
parent 5b26cbf7
......@@ -64,6 +64,8 @@ PortableHAL
RTSupport
USBDriver
DWCDriver
BCMSupport
BCMVideo
DisplayManager
DMAManager
DragASprite
......
......@@ -161,6 +161,8 @@ BASIC64 ASM Sources.Programmer.BASIC
BASICTrans ASM Sources.Programmer.BASICTrans Programmer BASICTrans
BatMgr ASM Sources.HWSupport.BatMgr HWSupport BatMgr
BBCEconet ASM Sources.Networking.BBCEconet Networking BBCEconet
BCMSupport ASM Sources.HWSupport.BCMSupport HWSupport BCMSupport
BCMVideo ASM Sources.Video.HWSupport.BCMVideo Video BCMVideo
BootCommands C Sources.Programmer.BootCmds Programmer BootCmds
BootNet ASM Sources.Networking.AUN.BootNet Networking BootNet
Browse C Sources.Apps.Browse Apps Browse
......
/* (5.71)
/* (5.72)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 5.71
#define Module_MajorVersion_CMHG 5.72
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 21 Jul 2012
#define Module_Date_CMHG 22 Jul 2012
#define Module_MajorVersion "5.71"
#define Module_Version 571
#define Module_MajorVersion "5.72"
#define Module_Version 572
#define Module_MinorVersion ""
#define Module_Date "21 Jul 2012"
#define Module_Date "22 Jul 2012"
#define Module_ApplicationDate "21-Jul-12"
#define Module_ApplicationDate "22-Jul-12"
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "5.71"
#define Module_HelpVersion "5.71 (21 Jul 2012)"
#define Module_LibraryVersionInfo "5:71"
#define Module_FullVersion "5.72"
#define Module_HelpVersion "5.72 (22 Jul 2012)"
#define Module_LibraryVersionInfo "5:72"
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