Commit 6d83a05f authored by Stewart Brodie's avatar Stewart Brodie
Browse files

Added Binary Build Environment rules to Makefile.

Detail:
  The new binary build rules are experimental.  They augment the resource
    export by ensure that the support software and files that are required
    by the resources phase are installed in the BBE.
Admin:
  Tested in experimental context only - will not affect other builds.

Version 1.73. Tagged as 'Colours-1_73'
......@@ -50,6 +50,15 @@ SOURCE = MakeNew
TARGET = rm.Colours
EXPORTS = ${EXP_HDR}.ColourTran
#
# Binary build environment
#
# Enhance the export rule to include the Tables and MkTables directories
BBETYPE = local
bbe-local: bbe-generic
BBE_Export_Dir Tables
BBE_Export_Dir MkTables
#
# Generic rules:
#
......
......@@ -14,3 +14,4 @@
|
Dir <Obey$Dir>
amu_machine clean
stripdepnd Makefile
......@@ -11,14 +11,14 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "1.72"
Module_Version SETA 172
Module_MajorVersion SETS "1.73"
Module_Version SETA 173
Module_MinorVersion SETS ""
Module_Date SETS "17 Nov 2000"
Module_ApplicationDate2 SETS "17-Nov-00"
Module_ApplicationDate4 SETS "17-Nov-2000"
Module_Date SETS "07 Dec 2000"
Module_ApplicationDate2 SETS "07-Dec-00"
Module_ApplicationDate4 SETS "07-Dec-2000"
Module_ComponentName SETS "Colours"
Module_ComponentPath SETS "RiscOS/Sources/Video/Render/Colours"
Module_FullVersion SETS "1.72"
Module_HelpVersion SETS "1.72 (17 Nov 2000)"
Module_FullVersion SETS "1.73"
Module_HelpVersion SETS "1.73 (07 Dec 2000)"
END
/* (1.72)
/* (1.73)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 1.72
#define Module_MajorVersion_CMHG 1.73
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 17 Nov 2000
#define Module_Date_CMHG 07 Dec 2000
#define Module_MajorVersion "1.72"
#define Module_Version 172
#define Module_MajorVersion "1.73"
#define Module_Version 173
#define Module_MinorVersion ""
#define Module_Date "17 Nov 2000"
#define Module_Date "07 Dec 2000"
#define Module_ApplicationDate2 "17-Nov-00"
#define Module_ApplicationDate4 "17-Nov-2000"
#define Module_ApplicationDate2 "07-Dec-00"
#define Module_ApplicationDate4 "07-Dec-2000"
#define Module_ComponentName "Colours"
#define Module_ComponentPath "RiscOS/Sources/Video/Render/Colours"
#define Module_FullVersion "1.72"
#define Module_HelpVersion "1.72 (17 Nov 2000)"
#define Module_FullVersion "1.73"
#define Module_HelpVersion "1.73 (07 Dec 2000)"
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