Commit 0d956118 authored by Jeffrey Lee's avatar Jeffrey Lee Committed by ROOL
Browse files

Clean up !Common,feb a bit

Delete a few commented out lines that appear to relate to pre-2008
versions of the file.

Version 1.49. Tagged as 'Env-1_49'
parent 3b467796
......@@ -18,7 +18,7 @@
| Used in makefiles: Tools$Dir (Utilities only)
| Export$Dir (all components with interface hdr files)
| Lib$Dir (RISC_OSLib and OSLib)
| OSLibDef$Dir (ColourPicker)
| Many others (shared makefiles in BuildSys)
|
if "<Machine>" = "" then error No system defined - Run a !Env
if "<UserIF>" = "" then error User interface not defined - Update !Env
......@@ -73,9 +73,6 @@ set CExport$Dir <APCSExport$Dir>.C
set Hdr$Dir <APCSExport$Dir>.Hdr
set Lib$Dir <APCSExport$Dir>.Lib
| Location for messages is now extracted from Messages entry in Components. Woo!
| set Messages$Dir <Build$Dir>.Sources.OS_Core.Internat.Messages
| set Resource$Dir <Build$Dir>.Sources.OS_Core.Internat.Messages.Resources.<Locale>.<System>
Set Alias$TokenCheck ||
SetMacro LocalRes$Path Resources.<Locale>.,Resources.UK.
SetMacro LocalUserIFRes$Path Resources.<UserIF>.<Locale>.,Resources.<UserIF>.UK.
......@@ -99,19 +96,14 @@ set CLIB$Path <C$CLib>.
set RISCOSLIB$Path <C$RISC_OSLib>.
setmacro RISC_OSLib$Path <RISCOSLIB$Path>
|
|set OSLibDef$Dir <Src$Dir>.Lib.OSLib.def
Set OSLib$Dir <Lib$Dir>.OSLib
SetMacro OS1$Path <OSLib$Dir>.Core.,<OSLib$Dir>.Computer.,<OSLib$Dir>.User.,<OSLib$Dir>.Toolbox.
SetMacro OS2$Path <OSLib$Dir>.Core.oslib.,<OSLib$Dir>.Computer.oslib.,<OSLib$Dir>.User.oslib.,<OSLib$Dir>.Toolbox.oslib.
Set OS$Path <OS1$Path>,<OS2$Path>
Set OSLibInclude$Path <OS$Path>
|Set OS$Path <OSLib$Dir>.
Set OSLib$Path <OSLib$Dir>.,<OS1$Path>
Set Build$HostLibs <Tools$Dir>.Acorn.HostLibs
|
|set Support$Path <Src$Dir>.Lib.Support.
|set Support$Dir <Src$Dir>.Lib.Support
|
| Networking:
|
Set TCPIPLibs$Path <Lib$Dir>.TCPIPLibs.
......
/* (1.48)
/* (1.49)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 1.48
#define Module_MajorVersion_CMHG 1.49
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 28 Jan 2022
#define Module_Date_CMHG 21 Jan 2023
#define Module_MajorVersion "1.48"
#define Module_Version 148
#define Module_MajorVersion "1.49"
#define Module_Version 149
#define Module_MinorVersion ""
#define Module_Date "28 Jan 2022"
#define Module_Date "21 Jan 2023"
#define Module_ApplicationDate "28-Jan-22"
#define Module_ApplicationDate "21-Jan-23"
#define Module_ComponentName "Env"
#define Module_FullVersion "1.48"
#define Module_HelpVersion "1.48 (28 Jan 2022)"
#define Module_LibraryVersionInfo "1:48"
#define Module_FullVersion "1.49"
#define Module_HelpVersion "1.49 (21 Jan 2023)"
#define Module_LibraryVersionInfo "1:49"
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