Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
BCMSupport
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
RiscOS
S
Sources
HWSupport
BCMSupport
Commits
8ed481ce
Commit
8ed481ce
authored
Jul 23, 2012
by
John Ballance
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Detail: corrected build issue in makefile
Admin: Version 0.02. Tagged as 'BCMSupport-0_02'
parent
82d26003
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
16 deletions
+23
-16
Makefile
Makefile
+7
-0
VersionASM
VersionASM
+6
-6
VersionNum
VersionNum
+10
-10
No files found.
Makefile
View file @
8ed481ce
...
...
@@ -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:
VersionASM
View file @
8ed481ce
...
...
@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "0.0
1
"
Module_Version SETA
01
Module_MajorVersion SETS "0.0
2
"
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.0
1
"
Module_HelpVersion SETS "0.
10 (19
Jul 2012)"
Module_FullVersion SETS "0.0
2
"
Module_HelpVersion SETS "0.
02 (23
Jul 2012)"
END
VersionNum
View file @
8ed481ce
/* (0.0
1
)
/* (0.0
2
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.0
1
#define Module_MajorVersion_CMHG 0.0
2
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
19
Jul 2012
#define Module_Date_CMHG
23
Jul 2012
#define Module_MajorVersion "0.0
1
"
#define Module_Version
01
#define Module_MajorVersion "0.0
2
"
#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.0
1
"
#define Module_HelpVersion "0.0
1 (19
Jul 2012)"
#define Module_LibraryVersionInfo "0:
01
"
#define Module_FullVersion "0.0
2
"
#define Module_HelpVersion "0.0
2 (23
Jul 2012)"
#define Module_LibraryVersionInfo "0:
2
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment