Commit f6ed23ec authored by ROOL's avatar ROOL :robot:
Browse files

Added the CToolsCD component to the ModuleDB and the CTools components file.

Version 4.82. Tagged as 'BuildSys-4_82'
parent f64cc7c5
No related merge requests found
......@@ -155,6 +155,7 @@ toansi -options INSTDIR=<Install$Dir>.Intermediate.Tools.Tools
topcc -options INSTDIR=<Install$Dir>.Intermediate.Tools.Tools INSTTYPE=app
unmodsqz -options INSTDIR=<Install$Dir>.Intermediate.Tools.Tools INSTTYPE=app
CToolsCD -options INSTDIR=<Install$Dir>.CToolsCD TARGET=!Instal_CC
ABRelease -options INSTDIR=<Install$Dir>.Intermediate.Tools
# EOF
......@@ -503,6 +503,8 @@ HeroNames DATA SystemRes.HeroNames RISC_OS
PartNumber RES SystemRes.PartNumber RISC_OS PartNumber
LoadWimp RES SystemRes.LoadWimp RISC_OS LoadWimp
CToolsCD RES SystemRes.CToolsCD SystemRes !Instal_CC
tboxlib C Toolbox.Common Toolbox
Toolbox C Toolbox.Toolbox Toolbox Toolbox
Window C Toolbox.Window Toolbox Window
......
/* (4.81)
/* (4.82)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 4.81
#define Module_MajorVersion_CMHG 4.82
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 19 Jul 2009
#define Module_MajorVersion "4.81"
#define Module_Version 481
#define Module_MajorVersion "4.82"
#define Module_Version 482
#define Module_MinorVersion ""
#define Module_Date "19 Jul 2009"
......@@ -18,6 +18,6 @@
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "4.81"
#define Module_HelpVersion "4.81 (19 Jul 2009)"
#define Module_LibraryVersionInfo "4:81"
#define Module_FullVersion "4.82"
#define Module_HelpVersion "4.82 (19 Jul 2009)"
#define Module_LibraryVersionInfo "4:82"
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