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
Toolbox
Gadgets
Commits
4fc59c6c
Commit
4fc59c6c
authored
27 years ago
by
Richard Buckley
Browse files
Options
Download
Email Patches
Plain Diff
Changed final target name to JavaXXXX and made build with new toolbox library paths.
parent
bf253ce1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Makefile
Makefile
+6
-6
No files found.
Makefile
View file @
4fc59c6c
...
...
@@ -25,7 +25,7 @@
#
# Component specific options:
#
COMPONENT
=
Text
Gadget
COMPONENT
=
Java
Gadget
ROM_MODULE
=
aof.
${COMPONENT}
#
...
...
@@ -43,8 +43,8 @@ ASM = objasm
CPFLAGS
=
~cfr~v
WFLAGS
=
~c~v
CFLAGS
=
-c
-depend
!
Depend
${INCLUDES}
-zM
-ffa
h
-zps1
INCLUDES
=
-I
tbox
:
,C:
CFLAGS
=
-c
-depend
!
Depend
${INCLUDES}
-zM
-ffa
-zps1
INCLUDES
=
-I
<Lib
$Dir
>
.tboxlibs.
,C:
#
# Libraries
...
...
@@ -54,8 +54,8 @@ CLIB = CLIB:o.stubs
RLIB
=
RISCOSLIB:o.risc_oslib
ROMCSTUBS
=
RISCOSLIB:o.romcstubs
ABSSYM
=
RISC_OSLib:o.c_abssym
TBOXLIB
=
tbox:
o.toolboxlib
WIMPLIB
=
tbox:
o.wimplib
TBOXLIB
=
<Lib
$Dir
>
.tboxlibs.
o.toolboxlib
WIMPLIB
=
<Lib
$Dir
>
.tboxlibs.
o.wimplib
OBJS
=
\
o.Modhdr
\
...
...
@@ -104,7 +104,7 @@ clean:
${ROM_MODULE}
:
${OBJS} ${TBOXLIB} $(WIMPLIB) ${ROMCSTUBS}
${MKDIR}
aof
${LD}
-o
$@
-aof
-via
objs
${TBOXLIB}
$(WIMPLIB)
${ROMCSTUBS}
${LD}
-o
$@
-aof
${OBJS}
${TBOXLIB}
$(WIMPLIB)
${ROMCSTUBS}
# final link for ROM Image (using given base address)
rom_link
:
...
...
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