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
Alarm
Commits
42158473
Commit
42158473
authored
Nov 30, 2000
by
Kevin Bracey
Browse files
* 32-bit compatible.
* Fixed clean rule. Version 2.72. Tagged as 'Alarm-2_72'
parent
e5c5fc6c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
12 deletions
+30
-12
Makefile
Makefile
+1
-0
VersionASM
VersionASM
+14
-4
VersionNum
VersionNum
+14
-7
s/Main
s/Main
+1
-1
No files found.
Makefile
View file @
42158473
...
...
@@ -117,6 +117,7 @@ resources: ${RDIR}.!RunLink ${MSGS} ${RDIR}.Code
clean
:
${RM}
${ROM_MODULE}
${RM}
${RDIR}
.!RunImage
${RM}
${RDIR}
.!RunLink
${RM}
${RDIR}
.Code
${RM}
${MSGS}
${WIPE}
crunched.
*
${WFLAGS}
...
...
VersionASM
View file @
42158473
...
...
@@ -6,9 +6,19 @@
GBLS Module_MinorVersion
GBLS Module_Date
GBLS Module_FullVersion
Module_MajorVersion SETS "2.71"
Module_Version SETA 271
GBLS Module_ApplicationDate2
GBLS Module_ApplicationDate4
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "2.72"
Module_Version SETA 272
Module_MinorVersion SETS ""
Module_Date SETS "12 May 2000"
Module_FullVersion SETS "2.71"
Module_Date SETS "30 Nov 2000"
Module_ApplicationDate2 SETS "30-Nov-00"
Module_ApplicationDate4 SETS "30-Nov-2000"
Module_ComponentName SETS "Alarm"
Module_ComponentPath SETS "RiscOS/Sources/Apps/Alarm"
Module_FullVersion SETS "2.72"
Module_HelpVersion SETS "2.72 (30 Nov 2000)"
END
VersionNum
View file @
42158473
/* (2.7
1
)
/* (2.7
2
)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 2.7
1
#define Module_MajorVersion_CMHG 2.7
2
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
12 May
2000
#define Module_Date_CMHG
30 Nov
2000
#define Module_MajorVersion "2.7
1
"
#define Module_Version 27
1
#define Module_MajorVersion "2.7
2
"
#define Module_Version 27
2
#define Module_MinorVersion ""
#define Module_Date "
12 May
2000"
#define Module_Date "
30 Nov
2000"
#define Module_FullVersion "2.71"
#define Module_ApplicationDate2 "30-Nov-00"
#define Module_ApplicationDate4 "30-Nov-2000"
#define Module_ComponentName "Alarm"
#define Module_ComponentPath "RiscOS/Sources/Apps/Alarm"
#define Module_FullVersion "2.72"
#define Module_HelpVersion "2.72 (30 Nov 2000)"
s/Main
View file @
42158473
...
...
@@ -129,7 +129,7 @@ svc_resourcefsstarting ENTRY "R0-R3"
MOV
LR
,
PC
; get return address
MOV
PC
,
R2
; R2 = address to call
EXIT
S
EXIT
resourcefsfiles
GET
s.ResFiles
...
...
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