From 8ed481ce2ae2e4b259cb2e8a656bff7315f1637e Mon Sep 17 00:00:00 2001 From: John Ballance Date: Mon, 23 Jul 2012 09:32:36 +0000 Subject: [PATCH] Detail: corrected build issue in makefile Admin: Version 0.02. Tagged as 'BCMSupport-0_02' --- Makefile | 7 +++++++ VersionASM | 12 ++++++------ VersionNum | 20 ++++++++++---------- 3 files changed, 23 insertions(+), 16 deletions(-) diff --git a/Makefile b/Makefile index a73b8a7..c1e7c03 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,11 @@ RES_OBJ = # your module header. This is how to override it: CMHGFILE = +# Header export phase +#ASMHDRS = +#ASMCHDRS = +HDRS = + # CModule is equally useful for assembler modules. Its advantages over the # AAmModule makefile are that you can use multiple source files (permitting # more encapsulation, which is good programing practice) and it allows you @@ -17,4 +22,6 @@ CMHGFILE = # in module initialisation. include CModule +OBJS = BCMSupport + # Dynamic dependencies: diff --git a/VersionASM b/VersionASM index 2d235fd..cd2d0d1 100644 --- a/VersionASM +++ b/VersionASM @@ -11,13 +11,13 @@ GBLS Module_HelpVersion GBLS Module_ComponentName GBLS Module_ComponentPath -Module_MajorVersion SETS "0.01" -Module_Version SETA 01 +Module_MajorVersion SETS "0.02" +Module_Version SETA 2 Module_MinorVersion SETS "" -Module_Date SETS "19 Jul 2012" -Module_ApplicationDate SETS "19-Jul-12" +Module_Date SETS "23 Jul 2012" +Module_ApplicationDate SETS "23-Jul-12" Module_ComponentName SETS "BCMSupport" Module_ComponentPath SETS "mixed/RiscOS/Sources/HWSupport/BCMSupport" -Module_FullVersion SETS "0.01" -Module_HelpVersion SETS "0.10 (19 Jul 2012)" +Module_FullVersion SETS "0.02" +Module_HelpVersion SETS "0.02 (23 Jul 2012)" END diff --git a/VersionNum b/VersionNum index 90b0723..6397546 100644 --- a/VersionNum +++ b/VersionNum @@ -1,23 +1,23 @@ -/* (0.01) +/* (0.02) * * This file is automatically maintained by srccommit, do not edit manually. * Last processed by srccommit version: 1.1. * */ -#define Module_MajorVersion_CMHG 0.01 +#define Module_MajorVersion_CMHG 0.02 #define Module_MinorVersion_CMHG -#define Module_Date_CMHG 19 Jul 2012 +#define Module_Date_CMHG 23 Jul 2012 -#define Module_MajorVersion "0.01" -#define Module_Version 01 +#define Module_MajorVersion "0.02" +#define Module_Version 2 #define Module_MinorVersion "" -#define Module_Date "19 Jul 2012" +#define Module_Date "23 Jul 2012" -#define Module_ApplicationDate "19-Jul-12" +#define Module_ApplicationDate "23-Jul-12" #define Module_ComponentName "BCMSupport" #define Module_ComponentPath "mixed/RiscOS/Sources/HWSupport/BCMSupport" -#define Module_FullVersion "0.01" -#define Module_HelpVersion "0.01 (19 Jul 2012)" -#define Module_LibraryVersionInfo "0:01" +#define Module_FullVersion "0.02" +#define Module_HelpVersion "0.02 (23 Jul 2012)" +#define Module_LibraryVersionInfo "0:2" -- GitLab