Commit 82cdcb34 authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Add VFPSupport header export to Binaries, IOMD32 & Tungsten components files, as needed by new Wimp

Version 5.05. Tagged as 'BuildSys-5_05'
parent 220c158d
...@@ -22,6 +22,7 @@ PDumperDM -type EXP ...@@ -22,6 +22,7 @@ PDumperDM -type EXP
MakePSFont -type EXP MakePSFont -type EXP
USBDriver -type EXP USBDriver -type EXP
OHCIHeaders -type EXP OHCIHeaders -type EXP
VFPSupport -type EXP
# Kernel is first module in ROM seen as the UtilityModule (requires HAL first) # Kernel is first module in ROM seen as the UtilityModule (requires HAL first)
HAL_Tungsten HAL_Tungsten
......
...@@ -34,6 +34,7 @@ PCCardFS -type EXP ...@@ -34,6 +34,7 @@ PCCardFS -type EXP
PDriver -type EXP PDriver -type EXP
PDumperDM -type EXP PDumperDM -type EXP
MakePSFont -type EXP MakePSFont -type EXP
VFPSupport -type EXP
# kernel is first module in ROM seen as the UtilityModule # kernel is first module in ROM seen as the UtilityModule
HAL_IOMD HAL_IOMD
......
...@@ -34,6 +34,7 @@ PCCardFS -type EXP ...@@ -34,6 +34,7 @@ PCCardFS -type EXP
PDriver -type EXP PDriver -type EXP
PDumperDM -type EXP PDumperDM -type EXP
MakePSFont -type EXP MakePSFont -type EXP
VFPSupport -type EXP
# kernel is first module in ROM seen as the UtilityModule # kernel is first module in ROM seen as the UtilityModule
HAL_Tungsten HAL_Tungsten
......
/* (5.04) /* (5.05)
* *
* This file is automatically maintained by srccommit, do not edit manually. * This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1. * Last processed by srccommit version: 1.1.
* *
*/ */
#define Module_MajorVersion_CMHG 5.04 #define Module_MajorVersion_CMHG 5.05
#define Module_MinorVersion_CMHG #define Module_MinorVersion_CMHG
#define Module_Date_CMHG 25 Nov 2010 #define Module_Date_CMHG 26 Nov 2010
#define Module_MajorVersion "5.04" #define Module_MajorVersion "5.05"
#define Module_Version 504 #define Module_Version 505
#define Module_MinorVersion "" #define Module_MinorVersion ""
#define Module_Date "25 Nov 2010" #define Module_Date "26 Nov 2010"
#define Module_ApplicationDate "25-Nov-10" #define Module_ApplicationDate "26-Nov-10"
#define Module_ComponentName "BuildSys" #define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys" #define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "5.04" #define Module_FullVersion "5.05"
#define Module_HelpVersion "5.04 (25 Nov 2010)" #define Module_HelpVersion "5.05 (26 Nov 2010)"
#define Module_LibraryVersionInfo "5:4" #define Module_LibraryVersionInfo "5:5"
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