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
7c2dab04
Commit
7c2dab04
authored
26 years ago
by
Richard Leggett
Browse files
Options
Download
Email Patches
Plain Diff
Removed resources rule from Makefile.
parent
982f5ee6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
Makefile
Makefile
+7
-7
UrsulaLog
UrsulaLog
+6
-6
No files found.
Makefile
View file @
7c2dab04
...
...
@@ -88,13 +88,13 @@ clean:
${RM}
${APPTARGET}
@
echo
${COMPONENT}
: cleaned
resources
:
${APPTARGET}
${MKDIR}
${RESDIR}
.ScrSaver
${CP}
${APPTARGET}
${RESDIR}
.ScrSaver.!RunImage
${CPFLAGS}
${CP}
Resources.
${LOCALE}
.!Run
${RESDIR}
.ScrSaver.!Run
${CPFLAGS}
${CP}
Resources.
${LOCALE}
.Templates
${RESDIR}
.ScrSaver.Templates
${CPFLAGS}
${SHRINK}
Resources.
${LOCALE}
.Sprites
${RESDIR}
.ScrSaver.Sprites
@
echo
${COMPONENT}
: resource files copied
#
resources: ${APPTARGET}
#
${MKDIR} ${RESDIR}.ScrSaver
#
${CP} ${APPTARGET} ${RESDIR}.ScrSaver.!RunImage ${CPFLAGS}
#
${CP} Resources.${LOCALE}.!Run ${RESDIR}.ScrSaver.!Run ${CPFLAGS}
#
${CP} Resources.${LOCALE}.Templates ${RESDIR}.ScrSaver.Templates ${CPFLAGS}
#
${SHRINK} Resources.${LOCALE}.Sprites ${RESDIR}.ScrSaver.Sprites
#
@echo ${COMPONENT}: resource files copied
#
# ROM target (re-linked at ROM Image build time)
...
...
This diff is collapsed.
Click to expand it.
UrsulaLog
View file @
7c2dab04
...
...
@@ -13,17 +13,13 @@
***************************************************************************
---------------------------------------------------------------------------
Version: 0.12 (Richard Leggett)
Mon 17-Nov-9
- Taken from NC sources. Added code to check if in desktop and if
<ScrSaver$Path> is set. If not, don't claim Service_ScreenBlanking.
Version 0.12 checked into CVS.
---------------------------------------------------------------------------
Version: 0.13 (Richard Leggett)
Wed 26-Nov-97
...
...
@@ -31,7 +27,6 @@ Wed 26-Nov-97
Service_ScreenBlanking.
---------------------------------------------------------------------------
Version: 0.14 (Richard Leggett)
Fri 20-Mar-98
...
...
@@ -43,7 +38,12 @@ Tue 24-Mar-98
- Added check of ScrSaver$MinMem before running.
- Changed ScrSaver$Path to ScrSaver$Dir
Version 0.14 checked into CVS.
Checked into CVS.
...
...
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