Commit 404b644e authored by Kevin Bracey's avatar Kevin Bracey
Browse files

Removed generated file s.TMOSHelp - modified Makefile to clean it correctly.

Modified HelpStrs (from which s.TMOSHelp is generated) to include help for
ChangeDynamicArea.

Version 4.73. Tagged as 'Kernel-4_73'
parent 87114d6d
......@@ -431,6 +431,14 @@ Help_Help
= "List all the filing system-specific commands",13
= "Modules", 9, 9, "List the module titles",13
= "Syntax", 9, 9, "Explain the syntax message format",0
ChangeDynamicArea_Help
= "Allows the size of the font cache, system sprite area,"
= " RAM disc, module area and screen memory to be set up.",13
ChangeDynamicArea_Syntax
= "Syntax: *",TokenEscapeChar,Token0
= " [-FontSize <n>[K]] [-SpriteSize <n>[K]] [-RamFsSize <n>[K]]"
= " [-RMASize <n>[K]] [-ScreenSize <n>[K]]", 0
|
Break_Help DCB "HUTMBRK", 0
Reset_Help DCB "HUTMRES", 0
......@@ -527,6 +535,8 @@ TV_Syntax DCB "SUTMTV", 0
Type_Help DCB "HUTMTYP", 0
Type_Syntax DCB "SUTMTYP", 0
Help_Help DCB "HUTMHLP", 0
ChangeDynamicArea_Help DCB "HUTMCDA", 0
ChangeDynamicArea_Syntax DCB "SUTMCDA", 0
]
modules_help1 DCB "HUTMMOD", 0
......
......@@ -66,7 +66,7 @@ install_rom: ${TARGET}
clean:
${RM} ${TARGET}
${RM} TMOSHelp
${RM} s.TMOSHelp
@echo ${COMPONENT}: cleaned
export: ${EXPORTS}
......
......@@ -6,9 +6,9 @@
GBLS Module_MinorVersion
GBLS Module_Date
GBLS Module_FullVersion
Module_MajorVersion SETS "4.72"
Module_Version SETA 472
Module_MajorVersion SETS "4.73"
Module_Version SETA 473
Module_MinorVersion SETS ""
Module_Date SETS "08 Apr 1999"
Module_FullVersion SETS "4.72"
Module_Date SETS "14 Apr 1999"
Module_FullVersion SETS "4.73"
END
/* (4.72)
/* (4.73)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 4.72
#define Module_MajorVersion_CMHG 4.73
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 08 Apr 1999
#define Module_Date_CMHG 14 Apr 1999
#define Module_MajorVersion "4.72"
#define Module_Version 472
#define Module_MajorVersion "4.73"
#define Module_Version 473
#define Module_MinorVersion ""
#define Module_Date "08 Apr 1999"
#define Module_Date "14 Apr 1999"
#define Module_FullVersion "4.72"
#define Module_FullVersion "4.73"
This diff is collapsed.
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