Commit 786888ba authored by Ben Avison's avatar Ben Avison
Browse files

Additions to BuildHost and Disc builds

Detail:
  * Added RemotePrinterSupport modules to BuildHost, so disc builds build
    cleanly
  * Added ScreenFX module to Disc build
  * Added components required by the above: USBDriver and PRISMLib
Admin:
  Tested in respective builds

Version 5.86. Tagged as 'BuildSys-5_86'
parent cdc0db3f
......@@ -29,6 +29,7 @@ TaskManager -type EXP
TaskWindow -type EXP
TCPIPheaders -type EXP
TerritoryManager -type EXP
USBDriver -type EXP
WindowManager -type EXP
#
......@@ -162,6 +163,7 @@ DDEUtils -options INSTDIR=<Install$Dir>.Modules
FrontEnd -options INSTDIR=<InstalL$Dir>.Modules
International -options INSTDIR=<Install$Dir>.Modules
MakePSFont -options INSTDIR=<Install$Dir>.Modules
RemotePrinterSupport -options INSTDIR=<Install$Dir>.Modules
ShrinkWrap -options INSTDIR=<Install$Dir>.Modules
ABRelease -options INSTDIR=<Install$Dir>
......
......@@ -117,6 +117,7 @@ AsmUtils -type EXP # Lib.AsmUtils
HTMLLib -type EXP # Lib.HTML
callx -type EXP # Lib.callx
zlib -type EXP # Lib.zlib
PRISMLib -type EXP # Lib.PRISMLib
#
# Other header and library exports for the Universal build...
......@@ -171,6 +172,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.360.Modules.Network
ScreenFX -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.360.Modules
SharedCLibrary -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.500.Modules
FrontEnd -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.500.Modules
ZLibMod -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules
......
/* (5.85)
/* (5.86)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 5.85
#define Module_MajorVersion_CMHG 5.86
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 31 Aug 2012
#define Module_MajorVersion "5.85"
#define Module_Version 585
#define Module_MajorVersion "5.86"
#define Module_Version 586
#define Module_MinorVersion ""
#define Module_Date "31 Aug 2012"
......@@ -18,6 +18,6 @@
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "5.85"
#define Module_HelpVersion "5.85 (31 Aug 2012)"
#define Module_LibraryVersionInfo "5:85"
#define Module_FullVersion "5.86"
#define Module_HelpVersion "5.86 (31 Aug 2012)"
#define Module_LibraryVersionInfo "5:86"
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