Commit 07bc8ead authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Retire TinyStubs

The ROM build of TinyStubs has done nothing since version 0.07 (1998) except count how many clients it has and refuse to die if non zero. The last RAM set of Toolbox modules to use it was just before Expresso (Java Risc PC) in 1998 also.
The Toolbox modules now make use of more functions than TinyStubs provided so can simply use the normal C libary.
While 'tlink' (the special linker used to link against TinyStubs) is mentioned in passing in application note 280 it doesn't appear Acorn ever released it, plus there's no 32 bit version available.

Tested over several months in an IOMD ROM.

Version 6.74. Tagged as 'BuildSys-6_74'
parent 9d4f12c8
......@@ -161,7 +161,6 @@ Help2
#
tboxlib
ToolboxLib -type EXP
TinyStubs
Toolbox
Window
ToolAction
......
......@@ -121,7 +121,6 @@ Config2Installer -options INSTDIR=Install:DDE.AcornC/C++.Developer.!Syste
ColourPicker -options INSTDIR=Install:DDE.AcornC/C++.Developer.!System.310.Modules OPTIONS="-DNO_INTERNATIONAL_HELP"
RedrawManager -options INSTDIR=Install:DDE.AcornC/C++.Developer.!System.310.Modules
TaskWindow -options INSTDIR=Install:DDE.AcornC/C++.Developer.!System.310.Modules CMDHELP=None
TinyStubs -options INSTDIR=Install:DDE.AcornC/C++.Developer.!System.310.Modules
ColourDbox -options INSTDIR=Install:DDE.AcornC/C++.Developer.!System.310.Modules.Toolbox
ColourMenu -options INSTDIR=Install:DDE.AcornC/C++.Developer.!System.310.Modules.Toolbox
DCS_Quit -options INSTDIR=Install:DDE.AcornC/C++.Developer.!System.310.Modules.Toolbox TARGET=DCS_Quit
......
......@@ -144,7 +144,6 @@ Help2
#
tboxlib
ToolboxLib -type EXP
TinyStubs
Toolbox
Window
ToolAction
......
......@@ -159,7 +159,6 @@ Help2
#
tboxlib
ToolboxLib -type EXP
TinyStubs
Toolbox
Window
ToolAction
......
......@@ -157,7 +157,6 @@ Help2
#
tboxlib
ToolboxLib -type EXP
TinyStubs
Toolbox
Window
ToolAction
......
......@@ -108,7 +108,6 @@ Config2Installer -options INSTDIR=<Install$Dir>.System.!System.310.Module
Config2Installer -options INSTDIR=<Install$Dir>.System.!System.360.Modules
BootCommands -options INSTDIR=<Install$Dir>.System.!System.310.Modules CMDHELP=None
TaskWindow -options INSTDIR=<Install$Dir>.System.!System.310.Modules CMDHELP=None
TinyStubs -options INSTDIR=<Install$Dir>.System.!System.310.Modules
FilterManager -options INSTDIR=<Install$Dir>.System.!System.310.Modules CMDHELP=None
FrontEnd -options INSTDIR=<Install$Dir>.System.!System.310.Modules
ColourPicker -options INSTDIR=<Install$Dir>.System.!System.310.Modules OPTIONS="-DNO_INTERNATIONAL_HELP"
......
......@@ -148,7 +148,6 @@ Help2
#
tboxlib
ToolboxLib -type EXP
TinyStubs
Toolbox
Window
ToolAction
......
......@@ -148,7 +148,6 @@ Help2
#
tboxlib
ToolboxLib -type EXP
TinyStubs
Toolbox
Window
ToolAction
......
......@@ -153,7 +153,6 @@ Help2
#
tboxlib
ToolboxLib -type EXP
TinyStubs
Toolbox
Window
ToolAction
......
......@@ -178,7 +178,6 @@ Help2
#
tboxlib
ToolboxLib -type EXP
TinyStubs
Toolbox
Window
ToolAction
......
/* (6.73)
/* (6.74)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 6.73
#define Module_MajorVersion_CMHG 6.74
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 24 Sep 2015
#define Module_Date_CMHG 02 Oct 2015
#define Module_MajorVersion "6.73"
#define Module_Version 673
#define Module_MajorVersion "6.74"
#define Module_Version 674
#define Module_MinorVersion ""
#define Module_Date "24 Sep 2015"
#define Module_Date "02 Oct 2015"
#define Module_ApplicationDate "24-Sep-15"
#define Module_ApplicationDate "02-Oct-15"
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "6.73"
#define Module_HelpVersion "6.73 (24 Sep 2015)"
#define Module_LibraryVersionInfo "6:73"
#define Module_FullVersion "6.74"
#define Module_HelpVersion "6.74 (02 Oct 2015)"
#define Module_LibraryVersionInfo "6:74"
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