Commit aaef61b3 authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Add VCHIQ to SWIOptions

Detail:
  SWIOptions,feb - Added VCHIQ to SWI header list
  Makefile - Add SWIOptions as a dependency to s.swioptions, so exported swis.h will rebuild correctly if SWIOptions is changed
Admin:
  Tested briefly


Version 5.71. Tagged as 'RISC_OSLib-5_71'
parent 7289ddae
......@@ -660,7 +660,7 @@ o.swis: s.makehswis h.swisheader s.swioptions
${AS} ${AFLAGS} s.makehswis -o $@
settype $@ text
s.swioptions:
s.swioptions: SWIOptions
@SWIOptions
#
......
......@@ -70,6 +70,7 @@ IfThere Hdr:Super Then Echo <32> GET Hdr:Super { >> s.swioptions }
IfThere Hdr:Switcher Then Echo <32> GET Hdr:Switcher { >> s.swioptions }
IfThere Hdr:TaskWindow Then Echo <32> GET Hdr:TaskWindow { >> s.swioptions }
IfThere Hdr:Territory Then Echo <32> GET Hdr:Territory { >> s.swioptions }
IfThere Hdr:VCHIQ Then Echo <32> GET Hdr:VCHIQ { >> s.swioptions }
IfThere Hdr:Wimp Then Echo <32> GET Hdr:Wimp { >> s.swioptions }
IfThere Hdr:ZLib Then Echo <32> GET Hdr:ZLib { >> s.swioptions }
......
......@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.70"
Module_Version SETA 570
Module_MajorVersion SETS "5.71"
Module_Version SETA 571
Module_MinorVersion SETS ""
Module_Date SETS "27 Jun 2012"
Module_ApplicationDate SETS "27-Jun-12"
Module_Date SETS "15 Aug 2012"
Module_ApplicationDate SETS "15-Aug-12"
Module_ComponentName SETS "RISC_OSLib"
Module_ComponentPath SETS "castle/RiscOS/Sources/Lib/RISC_OSLib"
Module_FullVersion SETS "5.70"
Module_HelpVersion SETS "5.70 (27 Jun 2012)"
Module_FullVersion SETS "5.71"
Module_HelpVersion SETS "5.71 (15 Aug 2012)"
END
/* (5.70)
/* (5.71)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 5.70
#define Module_MajorVersion_CMHG 5.71
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 27 Jun 2012
#define Module_Date_CMHG 15 Aug 2012
#define Module_MajorVersion "5.70"
#define Module_Version 570
#define Module_MajorVersion "5.71"
#define Module_Version 571
#define Module_MinorVersion ""
#define Module_Date "27 Jun 2012"
#define Module_Date "15 Aug 2012"
#define Module_ApplicationDate "27-Jun-12"
#define Module_ApplicationDate "15-Aug-12"
#define Module_ComponentName "RISC_OSLib"
#define Module_ComponentPath "castle/RiscOS/Sources/Lib/RISC_OSLib"
#define Module_FullVersion "5.70"
#define Module_HelpVersion "5.70 (27 Jun 2012)"
#define Module_LibraryVersionInfo "5:70"
#define Module_FullVersion "5.71"
#define Module_HelpVersion "5.71 (15 Aug 2012)"
#define Module_LibraryVersionInfo "5:71"
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