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
Open sidebar
RiscOS
S
Sources
Desktop
Free
Compare Revisions
0723710996bc6a71c28f0d54bae544cbf0527eb7...c8fb71fcfe63332ad57f28f5fab024b3ba80c4e2
Commits (1)
Remove use of RESOURCEEXTRA
· c8fb71fc
Robert Sprowson
authored
May 29, 2016
Requires BuildSys-6_91. Version 0.42. Tagged as 'Free-0_42'
c8fb71fc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
22 deletions
+21
-22
Makefile
Makefile
+5
-6
VersionASM
VersionASM
+6
-6
VersionNum
VersionNum
+10
-10
No files found.
Makefile
View file @
c8fb71fc
...
...
@@ -22,12 +22,11 @@
# 14-Mar-01 SNB Recreated.
#
COMPONENT
=
Free
HEADER1
=
Free
ASMCHEADER1
=
Free
RESOURCEEXTRA
=
resources_templates
EXPORTS
=
${C_EXP_HDR}
.Free
COMPONENT
=
Free
HEADER1
=
Free
ASMCHEADER1
=
Free
INSTRES_FILES
=
Templates
EXPORTS
=
${C_EXP_HDR}
.Free
include
StdTools
include
AAsmModule
...
...
VersionASM
View file @
c8fb71fc
...
...
@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "0.4
1
"
Module_Version SETA 4
1
Module_MajorVersion SETS "0.4
2
"
Module_Version SETA 4
2
Module_MinorVersion SETS ""
Module_Date SETS "
13 Apr
201
2
"
Module_ApplicationDate SETS "
13-Apr
-1
2
"
Module_Date SETS "
29 May
201
6
"
Module_ApplicationDate SETS "
29-May
-1
6
"
Module_ComponentName SETS "Free"
Module_ComponentPath SETS "castle/RiscOS/Sources/Desktop/Free"
Module_FullVersion SETS "0.4
1
"
Module_HelpVersion SETS "0.4
1
(
13 Apr
201
2
)"
Module_FullVersion SETS "0.4
2
"
Module_HelpVersion SETS "0.4
2
(
29 May
201
6
)"
END
VersionNum
View file @
c8fb71fc
/* (0.4
1
)
/* (0.4
2
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.4
1
#define Module_MajorVersion_CMHG 0.4
2
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
13 Apr
201
2
#define Module_Date_CMHG
29 May
201
6
#define Module_MajorVersion "0.4
1
"
#define Module_Version 4
1
#define Module_MajorVersion "0.4
2
"
#define Module_Version 4
2
#define Module_MinorVersion ""
#define Module_Date "
13 Apr
201
2
"
#define Module_Date "
29 May
201
6
"
#define Module_ApplicationDate "
13-Apr
-1
2
"
#define Module_ApplicationDate "
29-May
-1
6
"
#define Module_ComponentName "Free"
#define Module_ComponentPath "castle/RiscOS/Sources/Desktop/Free"
#define Module_FullVersion "0.4
1
"
#define Module_HelpVersion "0.4
1
(
13 Apr
201
2
)"
#define Module_LibraryVersionInfo "0:4
1
"
#define Module_FullVersion "0.4
2
"
#define Module_HelpVersion "0.4
2
(
29 May
201
6
)"
#define Module_LibraryVersionInfo "0:4
2
"