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
FileSys
FileSwitch
Commits
d434afb0
Commit
d434afb0
authored
12 years ago
by
Robert Sprowson
Browse files
Options
Download
Email Patches
Plain Diff
Add LowFSI to C exports
Version 2.80. Not tagged
parent
f9d6deff
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
9 deletions
+10
-9
Makefile
Makefile
+3
-2
VersionASM
VersionASM
+3
-3
VersionNum
VersionNum
+4
-4
No files found.
Makefile
View file @
d434afb0
...
...
@@ -27,8 +27,9 @@ COMPONENT = FileSwitch
HEADER1
=
LowFSI
HEADER2
=
HighFSI
# C headers to generate from the assembler sources
ASMCHEADER1
=
HighFSI
EXPORTS
=
${C_EXP_HDR}
.
${ASMCHEADER1}
ASMCHEADER1
=
LowFSI
ASMCHEADER2
=
HighFSI
EXPORTS
=
${C_EXP_HDR}
.
${ASMCHEADER1}
${C_EXP_HDR}
.
${ASMCHEADER2}
TOKHELPSRC
=
${TOKENSOURCE}
HELPSRC
=
HelpSrc
...
...
This diff is collapsed.
Click to expand it.
VersionASM
View file @
d434afb0
...
...
@@ -14,10 +14,10 @@
Module_MajorVersion SETS "2.80"
Module_Version SETA 280
Module_MinorVersion SETS ""
Module_Date SETS "0
2
Dec 2012"
Module_ApplicationDate SETS "0
2
-Dec-12"
Module_Date SETS "0
9
Dec 2012"
Module_ApplicationDate SETS "0
9
-Dec-12"
Module_ComponentName SETS "FileSwitch"
Module_ComponentPath SETS "castle/RiscOS/Sources/FileSys/FileSwitch"
Module_FullVersion SETS "2.80"
Module_HelpVersion SETS "2.80 (0
2
Dec 2012)"
Module_HelpVersion SETS "2.80 (0
9
Dec 2012)"
END
This diff is collapsed.
Click to expand it.
VersionNum
View file @
d434afb0
...
...
@@ -6,18 +6,18 @@
*/
#define Module_MajorVersion_CMHG 2.80
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 0
2
Dec 2012
#define Module_Date_CMHG 0
9
Dec 2012
#define Module_MajorVersion "2.80"
#define Module_Version 280
#define Module_MinorVersion ""
#define Module_Date "0
2
Dec 2012"
#define Module_Date "0
9
Dec 2012"
#define Module_ApplicationDate "0
2
-Dec-12"
#define Module_ApplicationDate "0
9
-Dec-12"
#define Module_ComponentName "FileSwitch"
#define Module_ComponentPath "castle/RiscOS/Sources/FileSys/FileSwitch"
#define Module_FullVersion "2.80"
#define Module_HelpVersion "2.80 (0
2
Dec 2012)"
#define Module_HelpVersion "2.80 (0
9
Dec 2012)"
#define Module_LibraryVersionInfo "2:80"
This diff is collapsed.
Click to expand it.
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