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
Apps
Chars
Commits
7e5cdde1
Commit
7e5cdde1
authored
Oct 19, 2007
by
Steve Revill
⚽
Browse files
Fixed so that it builds and installs. No runtime checking.
Version 1.21. Tagged as 'Chars-1_21'
parent
b3a695bb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
20 deletions
+30
-20
Makefile
Makefile
+3
-3
VersionASM
VersionASM
+13
-8
VersionNum
VersionNum
+14
-9
No files found.
Makefile
View file @
7e5cdde1
...
...
@@ -40,12 +40,12 @@ RESAPP = <resource$dir>.Apps.${APP}
#
# Generic options:
#
MKDIR
=
cdir
MKDIR
=
do
mkdir
-p
AS
=
aasm
CP
=
copy
RM
=
remove
SQUISH
=
squish
WIPE
=
-
wipe
SQUISH
=
squish
WIPE
=
x
wipe
AFLAGS
=
${THROWBACK}
-depend
!
Depend
-nocache
-stamp
-quit
-module
CPFLAGS
=
~cfr~v
...
...
VersionASM
View file @
7e5cdde1
;
; This file is automatically maintained by srccommit, do not edit manually.
; Last processed by srccommit version: 1.2.
;
GBLS Module_MajorVersion
GBLA Module_Version
GBLS Module_MinorVersion
GBLS Module_Date
GBLS Module_FullVersion
GBLS Module_ApplicationDate2
GBLS Module_ApplicationDate4
Module_MajorVersion SETS "1.20"
Module_Version SETA 120
GBLS Module_ApplicationDate
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "1.21"
Module_Version SETA 121
Module_MinorVersion SETS ""
Module_Date SETS "07 Jul 2000"
Module_ApplicationDate2 SETS "07-Jul-00"
Module_ApplicationDate4 SETS "07-Jul-2000"
Module_FullVersion SETS "1.20"
Module_Date SETS "19 Oct 2007"
Module_ApplicationDate SETS "19-Oct-07"
Module_ComponentName SETS "Chars"
Module_ComponentPath SETS "RiscOS/Sources/Apps/Chars"
Module_FullVersion SETS "1.21"
Module_HelpVersion SETS "1.21 (19 Oct 2007)"
END
VersionNum
View file @
7e5cdde1
/* (1.2
0
)
/* (1.2
1
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.2.
*
*/
#define Module_MajorVersion_CMHG 1.2
0
#define Module_MajorVersion_CMHG 1.2
1
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
07 Jul
200
0
#define Module_Date_CMHG
19 Oct
200
7
#define Module_MajorVersion "1.2
0
"
#define Module_Version 12
0
#define Module_MajorVersion "1.2
1
"
#define Module_Version 12
1
#define Module_MinorVersion ""
#define Module_Date "
07 Jul
200
0
"
#define Module_Date "
19 Oct
200
7
"
#define Module_ApplicationDate2 "07-Jul-00"
#define Module_ApplicationDate4 "07-Jul-2000"
#define Module_ApplicationDate "19-Oct-07"
#define Module_FullVersion "1.20"
#define Module_ComponentName "Chars"
#define Module_ComponentPath "RiscOS/Sources/Apps/Chars"
#define Module_FullVersion "1.21"
#define Module_HelpVersion "1.21 (19 Oct 2007)"
#define Module_LibraryVersionInfo "1:21"
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