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
423210ac
Commit
423210ac
authored
27 years ago
by
Rob Lougher
Browse files
Options
Download
Email Patches
Plain Diff
Changes to include glib sources
parent
fd8bf84c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
Makefile
Makefile
+8
-5
No files found.
Makefile
View file @
423210ac
...
...
@@ -56,7 +56,6 @@ ROMCSTUBS = RISCOSLIB:o.romcstubs
ABSSYM
=
RISC_OSLib:o.abssym
TBOXLIB
=
tbox:o.toolboxlib
WIMPLIB
=
tbox:o.wimplib
GLIB
=
tbox:o.glib
OBJS
=
\
o.Modhdr
\
...
...
@@ -73,12 +72,16 @@ OBJS =\
o.Text
\
o.ScrollLisS
\
o.Utils
\
o.TAsel_ven
o.TAsel_ven
\
o.glib
\
o.glib3
\
o.rmensure
\
o.string32
#
# Rule patterns
#
.c.o
:
; ${CC} ${CFLAGS} -o $@ $<
.cmhg.o
:
; ${CMHG} -
O
$@ $<
.cmhg.o
:
; ${CMHG} -
o
$@ $<
.s.o
:
; $(ASM) $< $@
#
...
...
@@ -99,9 +102,9 @@ clean:
${WIPE}
map
${WFLAGS}
@
echo
${COMPONENT}
: cleaned
${ROM_MODULE}
:
${OBJS} ${TBOXLIB} $(WIMPLIB)
$(GLIB)
#
${ROMCSTUBS}
${ROM_MODULE}
:
${OBJS} ${TBOXLIB} $(WIMPLIB)
#
${ROMCSTUBS}
${MKDIR}
aof
${LD}
-o
$@
-aof
${OBJS}
${TBOXLIB}
$(WIMPLIB)
$(GLIB)
${ROMCSTUBS}
${LD}
-o
$@
-aof
-via
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