Commit 006d7c29 authored by Timothy E Baldwin's avatar Timothy E Baldwin Committed by ROOL
Browse files

Use "Resources:$...." not "Resources:..."

If the current directory is not it's root these are not equivalent.

Version 6.09. Tagged as 'RISC_OSLib-6_09'
parent 073ebc25
......@@ -9,12 +9,12 @@
GBLS Module_ApplicationDate
GBLS Module_HelpVersion
GBLS Module_ComponentName
Module_MajorVersion SETS "6.08"
Module_Version SETA 608
Module_MajorVersion SETS "6.09"
Module_Version SETA 609
Module_MinorVersion SETS ""
Module_Date SETS "05 Sep 2020"
Module_ApplicationDate SETS "05-Sep-20"
Module_Date SETS "06 Feb 2021"
Module_ApplicationDate SETS "06-Feb-21"
Module_ComponentName SETS "RISC_OSLib"
Module_FullVersion SETS "6.08"
Module_HelpVersion SETS "6.08 (05 Sep 2020)"
Module_FullVersion SETS "6.09"
Module_HelpVersion SETS "6.09 (06 Feb 2021)"
END
/* (6.08)
/* (6.09)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 6.08
#define Module_MajorVersion_CMHG 6.09
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 05 Sep 2020
#define Module_Date_CMHG 06 Feb 2021
#define Module_MajorVersion "6.08"
#define Module_Version 608
#define Module_MajorVersion "6.09"
#define Module_Version 609
#define Module_MinorVersion ""
#define Module_Date "05 Sep 2020"
#define Module_Date "06 Feb 2021"
#define Module_ApplicationDate "05-Sep-20"
#define Module_ApplicationDate "06-Feb-21"
#define Module_ComponentName "RISC_OSLib"
#define Module_FullVersion "6.08"
#define Module_HelpVersion "6.08 (05 Sep 2020)"
#define Module_LibraryVersionInfo "6:8"
#define Module_FullVersion "6.09"
#define Module_HelpVersion "6.09 (06 Feb 2021)"
#define Module_LibraryVersionInfo "6:9"
......@@ -110,7 +110,7 @@ ModuleWrap_CommandTable
[ :DEF:FilerAct
[ International_Help <> 0
Message_FileName DCB "Resources:Resources.FilerAct.Messages",0
Message_FileName DCB "Resources:$.Resources.FilerAct.Messages",0
Application_Syntax DCB "SFACFAC",0
Application_Help DCB "HFACFAC",0
|
......@@ -125,7 +125,7 @@ Application_Help
[ :DEF: UsePathForHelpMessages
Message_FileName DCB ApplicationName,":Messages",0
|
Message_FileName DCB "Resources:Resources.",ApplicationName,".Messages",0
Message_FileName DCB "Resources:$.Resources.",ApplicationName,".Messages",0
]
Application_Syntax DCB ApplicationName,"Syntax",0
Application_Help DCB ApplicationName,"Help",0
......
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