From 7c3ee4a7dc24d9c18bb760b5b3fe74197bc7bad5 Mon Sep 17 00:00:00 2001 From: Steve Revill <srevill@gitlab.riscosopen.org> Date: Thu, 1 Oct 2009 16:02:04 +0000 Subject: [PATCH] Introduced some more components to the Disc build. Version 4.86. Tagged as 'BuildSys-4_86' --- Components/ROOL/Disc | 11 ++++++----- ModuleDB | 1 + VersionNum | 14 +++++++------- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/Components/ROOL/Disc b/Components/ROOL/Disc index bb6e5b2..3e44c1b 100644 --- a/Components/ROOL/Disc +++ b/Components/ROOL/Disc @@ -192,9 +192,9 @@ Config2PluginxxxxMerge -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.RO500Hook ###ARPlayer -options INSTDIR=<Install$Dir>.HardDisc4.Apps CloseUp -options INSTDIR=<Install$Dir>.HardDisc4.Apps ###ICAClient -options INSTDIR=<Install$Dir>.HardDisc4.Apps -###LanManFS -options INSTDIR=<Install$Dir>.HardDisc4.Apps.!Omni.RMStore OPTIONS=-DCHECK_ARMBOOT_EXISTS ROMSPRITES=FALSE Maestro -options INSTDIR=<Install$Dir>.HardDisc4.Apps TARGET=Maestro -###OmniApp -options INSTDIR=<Install$Dir>.HardDisc4.Apps +OmniApp -options INSTDIR=<Install$Dir>.HardDisc4.Apps +LanManFS -options INSTDIR=<Install$Dir>.HardDisc4.Apps.!Omni.RMStore OPTIONS=-DCHECK_ARMBOOT_EXISTS ROMSPRITES=FALSE SciCalc -options INSTDIR=<Install$Dir>.HardDisc4.Apps SquashApp -options INSTDIR=<Install$Dir>.HardDisc4.Apps @@ -208,7 +208,7 @@ Puzzle -options INSTDIR=<Install$Dir>.HardDisc4.Diversions # Printing FontPrint -options INSTDIR=<Install$Dir>.HardDisc4.Printing PrintEdit -options INSTDIR=<Install$Dir>.HardDisc4.Printing -PrintDefs -options INSTDIR=<Install$Dir>.HardDisc4.Printing +PrintDefs -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources PrinterManager -options INSTDIR=<Install$Dir>.HardDisc4.Printing.!Printers MakePSFont -options INSTDIR=<Install$Dir>.HardDisc4.Printing.!Printers.Modules PDriver -options INSTDIR=<Install$Dir>.HardDisc4.Printing.!Printers.Modules @@ -230,13 +230,14 @@ MaestroFiles -options INSTDIR=<Install$Dir>.HardDisc4.Sound TARGET=Ex # Utilities ###AREncode -options INSTDIR=<Install$Dir>.HardDisc4.Utilities -###ChangeFSI -options INSTDIR=<Install$Dir>.HardDisc4.Utilities -###SpriteExtend -options INSTDIR=<Install$Dir>.HardDisc4.Utilities.!ChangeFSI HForm -options INSTDIR=<Install$Dir>.HardDisc4.Utilities DesktopBoot -options INSTDIR=<Install$Dir>.HardDisc4.Utilities TARGET= COMPONENT=ResetBoot PatchesPatch -options INSTDIR=<Install$Dir>.HardDisc4.Utilities.500.Patches ShowScrap -options INSTDIR=<Install$Dir>.HardDisc4.Utilities T1ToFont -options INSTDIR=<Install$Dir>.HardDisc4.Utilities +ChangeFSI -options INSTDIR=<Install$Dir>.HardDisc4.Utilities +SpriteExtend -options INSTDIR=<Install$Dir>.HardDisc4.Utilities.!ChangeFSI + # # Not working installed components... # diff --git a/ModuleDB b/ModuleDB index 8a3bd36..a956749 100644 --- a/ModuleDB +++ b/ModuleDB @@ -417,6 +417,7 @@ EtherT C Networking.Ethernet.EtherT Networki TServer C Networking.TServer Networking TServer SendMessage C Networking.Utilities.SendMsg Networking SendMessage LanManFS C Networking.Omni.Protocols.LanManFS Networking LanManFS +OmniApp C Networking.Omni.Apps.Omni Networking OmniClient OSVersion ASM OSVersion RISC_OS OSVersion diff --git a/VersionNum b/VersionNum index b39f7ba..c3bfcdf 100644 --- a/VersionNum +++ b/VersionNum @@ -1,15 +1,15 @@ -/* (4.85) +/* (4.86) * * This file is automatically maintained by srccommit, do not edit manually. * Last processed by srccommit version: 1.1. * */ -#define Module_MajorVersion_CMHG 4.85 +#define Module_MajorVersion_CMHG 4.86 #define Module_MinorVersion_CMHG #define Module_Date_CMHG 01 Oct 2009 -#define Module_MajorVersion "4.85" -#define Module_Version 485 +#define Module_MajorVersion "4.86" +#define Module_Version 486 #define Module_MinorVersion "" #define Module_Date "01 Oct 2009" @@ -18,6 +18,6 @@ #define Module_ComponentName "BuildSys" #define Module_ComponentPath "castle/RiscOS/BuildSys" -#define Module_FullVersion "4.85" -#define Module_HelpVersion "4.85 (01 Oct 2009)" -#define Module_LibraryVersionInfo "4:85" +#define Module_FullVersion "4.86" +#define Module_HelpVersion "4.86 (01 Oct 2009)" +#define Module_LibraryVersionInfo "4:86" -- GitLab