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
V
Video
UserI
ScrSaver
Commits
72003128
Commit
72003128
authored
26 years ago
by
Kevin Bracey
Browse files
Options
Download
Email Patches
Plain Diff
Makefile modified to use LocalRes$Path and Link 5.08.
parent
84e9f713
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
Makefile
Makefile
+5
-8
No files found.
Makefile
View file @
72003128
...
...
@@ -82,7 +82,6 @@ install_rom: ${TARGET}
clean
:
${WIPE}
o.
*
${WFLAGS}
${WIPE}
linked.
*
${WFLAGS}
${WIPE}
map.
*
${WFLAGS}
${RM}
${TARGET}
${RM}
${RAMTARGET}
${RM}
${APPTARGET}
...
...
@@ -91,10 +90,10 @@ clean:
resources
:
${APPTARGET}
${MKDIR}
${RESDIR}
.ScrSaver
${CP}
${APPTARGET}
${RESDIR}
.ScrSaver.!RunImage
${CPFLAGS}
${CP}
Resources.
${LOCALE}
.
${UserIF}
.!Run
${RESDIR}
.ScrSaver.!Run
${CPFLAGS}
${CP}
Resources.
${LOCALE}
.
${UserIF}
.Messages
${RESDIR}
.ScrSaver.Messages
${CPFLAGS}
${CP}
Resources.
${LOCALE}
.
${UserIF}
.Templates
${RESDIR}
.ScrSaver.Templates
${CPFLAGS}
${SHRINK}
Resources.
${LOCALE}
.
${UserIF}
.Sprites
${RESDIR}
.ScrSaver.Sprites
${CP}
LocalRes:
${UserIF}
.!Run
${RESDIR}
.ScrSaver.!Run
${CPFLAGS}
${CP}
LocalRes:
${UserIF}
.Messages
${RESDIR}
.ScrSaver.Messages
${CPFLAGS}
${CP}
LocalRes:
${UserIF}
.Templates
${RESDIR}
.ScrSaver.Templates
${CPFLAGS}
${SHRINK}
LocalRes:
${UserIF}
.Sprites
${RESDIR}
.ScrSaver.Sprites
@
echo
${COMPONENT}
: resource files copied
#
...
...
@@ -112,9 +111,7 @@ ${APPTARGET}: ${APPOBJS}
#
rom_link
:
${MKDIR}
linked
${MKDIR}
map
${LD}
-o
linked.
${COMPONENT}
-map
-bin
-base
${ADDRESS}
${TARGET}
${ABSSYM}
>
map.
${COMPONENT}
truncate
map.
${COMPONENT}
linked.
${COMPONENT}
${LD}
-o
linked.
${COMPONENT}
-rmf
-base
${ADDRESS}
${TARGET}
${ABSSYM}
${CP}
linked.
${COMPONENT}
${LINKDIR}
.
${COMPONENT}
${CPFLAGS}
@
echo
${COMPONENT}
: rom_link
complete
...
...
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