Commit 220c158d authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Add VFPSupport to ModuleDB, OMAP3 ROM build

Version 5.04. Tagged as 'BuildSys-5_04'
parent e15324c6
......@@ -57,7 +57,7 @@ BASICTrans
BufferManager
ColourTrans
Debugger
#DADebug -options ROMSupport=TRUE
#DADebug
DeviceFS
PortableHAL
RTSupport
......@@ -90,6 +90,7 @@ FilerSWIs
FSLock
FontManager
FPEmulator -options FPE_APCS=3/32bit System=Iyonix
VFPSupport
Free
Hourglass
IIC
......
......@@ -310,6 +310,7 @@ TSDriver C HWSupport.Input.TouchScreen.Driver HWSuppor
TSCalibrate RES HWSupport.Input.TouchScreen.Calibration HWSupport
PCI ASM HWSupport.PCI HWSupport PCI
PowerOff ASM HWSupport.PowerOff HWSupport PowerOff
VFPSupport ASM HWSupport.VFPSupport HWSupport VFPSupport
USBDriver C HWSupport.USB.NetBSD.build USB USBDriver
OHCIDriver C HWSupport.USB.NetBSD.build USB OHCIDriver
......
/* (5.03)
/* (5.04)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 5.03
#define Module_MajorVersion_CMHG 5.04
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 21 Oct 2010
#define Module_Date_CMHG 25 Nov 2010
#define Module_MajorVersion "5.03"
#define Module_Version 503
#define Module_MajorVersion "5.04"
#define Module_Version 504
#define Module_MinorVersion ""
#define Module_Date "21 Oct 2010"
#define Module_Date "25 Nov 2010"
#define Module_ApplicationDate "21-Oct-10"
#define Module_ApplicationDate "25-Nov-10"
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "5.03"
#define Module_HelpVersion "5.03 (21 Oct 2010)"
#define Module_LibraryVersionInfo "5:3"
#define Module_FullVersion "5.04"
#define Module_HelpVersion "5.04 (25 Nov 2010)"
#define Module_LibraryVersionInfo "5:4"
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