Commit 7ec0be2a authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Change VFPSupport type & source location. Add export to CTools.

Detail:
  ModuleDB - Changed VFPSupport to a C module located in the mixed folder; required for VFPSupport-0_06
  Components/ROOL/CTools - Add VFPSupport export; required for building Debugger-1_86
Admin:
  Tested with Raspberry Pi & OMAP3 ROMs


Version 6.36. Tagged as 'BuildSys-6_36'
parent f2ad82a8
......@@ -61,6 +61,7 @@ ShellCLI -type EXP
SoundDMA_HAL -type EXP
SuperSample -type EXP
VCHIQ -type EXP
VFPSupport -type EXP
ZLibMod -type EXP
#
......
......@@ -570,7 +570,7 @@ USBDriver C Sources.HWSupport.USB.USBDriver.build
UserInactivity C closed.RiscOS.Sources.Networking.Modem.UserInactv Networking UserInactivity
VCHIQ C Sources.HWSupport.VCHIQ HWSupport VCHIQ
VIDC20Video ASM Sources.Video.HWSupport.VIDC20Video HWSupport VIDC20Video
VFPSupport ASM Sources.HWSupport.VFPSupport HWSupport VFPSupport
VFPSupport C Sources.HWSupport.VFPSupport HWSupport VFPSupport
WatchAbort C Sources.Programmer.WatchAbort Programmer WatchAbort
Watchdog C closed.RiscOS.Sources.Apps.Watchdog Apps Watchdog
WatchUserSWIs C Sources.Programmer.WatchUserSWIs Programmer WatchUserSWIs
......
/* (6.35)
/* (6.36)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 6.35
#define Module_MajorVersion_CMHG 6.36
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 01 Dec 2013
#define Module_Date_CMHG 08 Feb 2014
#define Module_MajorVersion "6.35"
#define Module_Version 635
#define Module_MajorVersion "6.36"
#define Module_Version 636
#define Module_MinorVersion ""
#define Module_Date "01 Dec 2013"
#define Module_Date "08 Feb 2014"
#define Module_ApplicationDate "01-Dec-13"
#define Module_ApplicationDate "08-Feb-14"
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "6.35"
#define Module_HelpVersion "6.35 (01 Dec 2013)"
#define Module_LibraryVersionInfo "6:35"
#define Module_FullVersion "6.36"
#define Module_HelpVersion "6.36 (08 Feb 2014)"
#define Module_LibraryVersionInfo "6:36"
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