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
ROOL
RISC_OSLib
Commits
66e7ff87
Commit
66e7ff87
authored
Jan 06, 2004
by
Ben Avison
Browse files
Adapted version 5.46 to build on 32-bit machines.
Version 5.46, 4.64.2.1. Tagged as 'RISC_OSLib-5_46-4_64_2_1'
parent
f126a1ab
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
18 deletions
+25
-18
Makefile
Makefile
+9
-4
VersionASM
VersionASM
+6
-6
VersionNum
VersionNum
+8
-8
s/makehswis
s/makehswis
+2
-0
No files found.
Makefile
View file @
66e7ff87
...
...
@@ -52,7 +52,7 @@ LIBDIR = <Lib$Dir>
#
# Generic options:
#
AS
=
a
asm
AS
=
obj
asm
CC
=
cc
CMHG
=
cmhg
CP
=
copy
...
...
@@ -70,7 +70,7 @@ XTENT = perl build:xtentries >
DIFF
=
gnu.diff
-df
>
null:
AFLAGS
=
-depend
!
Depend
-Stamp
-quit
AFLAGS
=
-depend
!
Depend
CFLAGS
=
-c
-depend
!
Depend
${INCLUDES}
-DDDE
-fK
CPFLAGS
=
~cfr~v
WFLAGS
=
~c~r~v
...
...
@@ -609,8 +609,13 @@ lib.clib: ${CLIB_MOD_OBJS}
${MODSQZ}
$@
# Derived headers:
derived.swis
:
s.makehswis h.swisheader s.swioptions
${AS}
${AFLAGS}
-from
s.makehswis
-to
$@
derived.swis
:
o.swis
${LD}
-bin
-o
$@
o.SWIs
stripnulls
$@
settype
$@
text
o.swis
:
s.makehswis h.swisheader s.swioptions
${AS}
${AFLAGS}
s.makehswis
-o
$@
settype
$@
text
s.swioptions
:
...
...
VersionASM
View file @
66e7ff87
;
; This file is automatically maintained by srccommit, do not edit manually.
; Last processed by srccommit version: 1.
68
.
; Last processed by srccommit version: 1.
2
.
;
GBLS Module_MajorVersion
GBLA Module_Version
...
...
@@ -13,11 +13,11 @@
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.46"
Module_Version SETA 546
Module_MinorVersion SETS ""
Module_Date SETS "
15 Apr
200
3
"
Module_ApplicationDate SETS "
15-Apr
-0
3
"
Module_MinorVersion SETS "
4.64.2.1
"
Module_Date SETS "
06 Jan
200
4
"
Module_ApplicationDate SETS "
06-Jan
-0
4
"
Module_ComponentName SETS "RISC_OSLib"
Module_ComponentPath SETS "RiscOS/Sources/Lib/RISC_OSLib"
Module_FullVersion SETS "5.46"
Module_HelpVersion SETS "5.46 (
15 Apr 2003)
"
Module_FullVersion SETS "5.46
(4.64.2.1)
"
Module_HelpVersion SETS "5.46 (
06 Jan 2004) 4.64.2.1
"
END
VersionNum
View file @
66e7ff87
/* (5.46)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.
68
.
* Last processed by srccommit version: 1.
2
.
*
*/
#define Module_MajorVersion_CMHG 5.46
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
15 Apr
200
3
#define Module_MinorVersion_CMHG
4.64.2.1
#define Module_Date_CMHG
06 Jan
200
4
#define Module_MajorVersion "5.46"
#define Module_Version 546
#define Module_MinorVersion ""
#define Module_Date "
15 Apr
200
3
"
#define Module_MinorVersion "
4.64.2.1
"
#define Module_Date "
06 Jan
200
4
"
#define Module_ApplicationDate "
15-Apr
-0
3
"
#define Module_ApplicationDate "
06-Jan
-0
4
"
#define Module_ComponentName "RISC_OSLib"
#define Module_ComponentPath "RiscOS/Sources/Lib/RISC_OSLib"
#define Module_FullVersion "5.46"
#define Module_HelpVersion "5.46 (
15 Apr 2003)
"
#define Module_FullVersion "5.46
(4.64.2.1)
"
#define Module_HelpVersion "5.46 (
06 Jan 2004) 4.64.2.1
"
#define Module_LibraryVersionInfo "5:46"
s/makehswis
View file @
66e7ff87
...
...
@@ -104,6 +104,8 @@ string2 SETS "&":CC:(:STR:value)
;SoundWorkSpace * &01F04000
GET
Hdr:PublicWS
AREA
|Text$Data|
,
DATA
; First output the file header
BIN
h.swisheader
...
...
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