Commit ffff0d73 authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Updates to hooks

Makefile produces RO520Hook too, corrected rule for RO430Hook.
Removed unnecessary 'IfThere' from RO500/RO510, both of which are HAL based so have never provided BandLimit.

Version 1.14. Tagged as 'Boot-1_14'
parent 9e25ae56
......@@ -48,6 +48,7 @@ FILESUNIVERSAL = \
${FILES430} \
${FILES500} \
${FILES510} \
${FILES520} \
# Files required by a 3.1x machine
FILES310 = \
......@@ -81,7 +82,7 @@ FILES400 = \
RO400Hook.Boot.Tasks.~CDReinit \
# Files required by a 4.3x machine
FILES400 = \
FILES430 = \
RO430Hook \
RO430Hook.Boot.PreDesk.Configure.BandLimit \
RO430Hook.Boot.Tasks.~CDReinit \
......@@ -94,6 +95,10 @@ FILES500 = \
FILES510 = \
RO510Hook \
# Files required by a 5.2x machine
FILES520 = \
RO520Hook \
#---------------------------------------------------------------------------
# Main rules:
install: install_${COMPONENT}${TARGET}
......@@ -272,7 +277,7 @@ Utils.FreePool: Source.FreePool.Source.FreePool
${LD} ${LDFLAGS} -bin -o $@ Source.FreePool.o.FreePool
${SETTYPE} $@ Utility
RO310Hook RO350Hook RO360Hook RO370Hook RO400Hook RO430Hook RO500Hook RO510Hook:
RO310Hook RO350Hook RO360Hook RO370Hook RO400Hook RO430Hook RO500Hook RO510Hook RO520Hook:
${MKDIR} ${INSTAPP}.$@.Apps
${MKDIR} ${INSTAPP}.$@.Boot
${MKDIR} ${INSTAPP}.$@.Res
......
......@@ -83,7 +83,6 @@ Path BootResources Boot:RO500Hook.Res.,<BootResources$Dir>.
| Set NFS$TruncateLength 999999
| Set Copy$Options "A ~C ~D F N L ~P Q R ~S ~T ~V"
|
IfThere Boot:Utils.BandLimit Then Run Boot:Utils.BandLimit
|End
|Start RISCOS !Boot 0.72 ResApps
......
......@@ -83,7 +83,6 @@ Path BootResources Boot:RO510Hook.Res.,Boot:RO500Hook.Res.,<BootResources$Dir>.
| Set NFS$TruncateLength 999999
| Set Copy$Options "A ~C ~D F N L ~P Q R ~S ~T ~V"
|
IfThere Boot:Utils.BandLimit Then Run Boot:Utils.BandLimit
|End
|Start RISCOS !Boot 0.72 ResApps
......
/* (1.13)
/* (1.14)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 1.13
#define Module_MajorVersion_CMHG 1.14
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 24 Mar 2013
#define Module_Date_CMHG 29 Mar 2013
#define Module_MajorVersion "1.13"
#define Module_Version 113
#define Module_MajorVersion "1.14"
#define Module_Version 114
#define Module_MinorVersion ""
#define Module_Date "24 Mar 2013"
#define Module_Date "29 Mar 2013"
#define Module_ApplicationDate "24-Mar-13"
#define Module_ApplicationDate "29-Mar-13"
#define Module_ComponentName "Boot"
#define Module_ComponentPath "castle/RiscOS/Sources/SystemRes/Boot"
#define Module_FullVersion "1.13"
#define Module_HelpVersion "1.13 (24 Mar 2013)"
#define Module_LibraryVersionInfo "1:13"
#define Module_FullVersion "1.14"
#define Module_HelpVersion "1.14 (29 Mar 2013)"
#define Module_LibraryVersionInfo "1:14"
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