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
BuildSys
Commits
b0848633
Commit
b0848633
authored
5 years ago
by
Ben Avison
Committed by
ROOL
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Compatibility fix for amu < 5.32
Earlier versions couldn't cope with RES_OBJ being set to an empty string.
parent
4f35a3e7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Makefiles/CModule
Makefiles/CModule
+2
-0
No files found.
Makefiles/CModule
View file @
b0848633
...
@@ -410,12 +410,14 @@ resources-None: resources_extra resources_common
...
@@ -410,12 +410,14 @@ resources-None: resources_extra resources_common
resources-: resources_extra resources_cmdhelp resources_common
resources-: resources_extra resources_cmdhelp resources_common
@${NOP}
@${NOP}
ifneq (${RES_OBJ},)
o.${RES_OBJ}: resources-${CMDHELP} ${DIRS}
o.${RES_OBJ}: resources-${CMDHELP} ${DIRS}
${INSTVIARG} ${MERGEDRDIR} ${RES_PATH} o._ResGen_
${INSTVIARG} ${MERGEDRDIR} ${RES_PATH} o._ResGen_
${RESGEN} ${RES_AREA} $@ -via o._ResGen_
${RESGEN} ${RES_AREA} $@ -via o._ResGen_
od.${RES_OBJ}: o.${RES_OBJ}
od.${RES_OBJ}: o.${RES_OBJ}
${CP} o.${RES_OBJ} $@ ${CPFLAGS}
${CP} o.${RES_OBJ} $@ ${CPFLAGS}
endif
#
#
# ROM build rules
# ROM build rules
...
...
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