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

Add CLib to !System in disc image

Detail:
  Components/ROOL/Disc - Added a RISC OS 5 compatible version of CLib to the !System installation. This allows the disc image to safely be used on versions of RISC OS 5 older than current.
Admin:
  Disc image builds OK and CLib module works OK, but no testing of disc image itself was performed


Version 5.37. Tagged as 'BuildSys-5_37'
parent d35eae7f
......@@ -78,7 +78,7 @@ WindowManager -type EXP # Desktop.Wimp
#
# RISC_OSLib, or the Shared C Library...
#
SharedCLibrary -type EXP # Lib.RISC_OSLib
SharedCLibrary -type EXP # Lib.RISC_OSLib <- also included as installed component
#
# Internet and other networking libraries...
......@@ -164,6 +164,7 @@ JCompMod -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources
###PPP -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules.Network ASMBLOCKDRIVERS={FALSE}
RTSupport -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.500.Modules
NetTime -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.500.Modules.Network
SharedCLibrary -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.500.Modules
# Screen savers
AcornLogo -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook.Res.Configure.ScrSavers
......
/* (5.36)
/* (5.37)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 5.36
#define Module_MajorVersion_CMHG 5.37
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 16 Jan 2012
#define Module_MajorVersion "5.36"
#define Module_Version 536
#define Module_MajorVersion "5.37"
#define Module_Version 537
#define Module_MinorVersion ""
#define Module_Date "16 Jan 2012"
......@@ -18,6 +18,6 @@
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "5.36"
#define Module_HelpVersion "5.36 (16 Jan 2012)"
#define Module_LibraryVersionInfo "5:36"
#define Module_FullVersion "5.37"
#define Module_HelpVersion "5.37 (16 Jan 2012)"
#define Module_LibraryVersionInfo "5:37"
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