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
Ben Avison
BuildSys
Commits
7733fdc5
Commit
7733fdc5
authored
Apr 06, 2020
by
Ben Avison
Committed by
ROOL
May 15, 2021
Browse files
Correct capitalisation of AsmUtilszm library
parent
5ca43ab2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
GNUmakefiles/ModuleLibs
GNUmakefiles/ModuleLibs
+1
-1
Makefiles/ModuleLibs
Makefiles/ModuleLibs
+1
-1
No files found.
GNUmakefiles/ModuleLibs
View file @
7733fdc5
...
...
@@ -16,7 +16,7 @@ ABSSYM = ${LIBDIR}/RISC_OSLib/abssym.a
C_ABSSYM = ${LIBDIR}/RISC_OSLib/c_abssym.a
A_ABSSYM = ${LIBDIR}/RISC_OSLib/a_abssym.a
ASMUTILS = ${LIBDIR}/AsmUtils/AsmUtils
ZM
.a
ASMUTILS = ${LIBDIR}/AsmUtils/AsmUtils
zm
.a
ifeq (GNU,${TOOLCHAIN})
C++LIB =
else
...
...
Makefiles/ModuleLibs
View file @
7733fdc5
...
...
@@ -30,7 +30,7 @@ ABSSYM = RISC_OSLib:o.abssym
C_ABSSYM = RISC_OSLib:o.c_abssym
A_ABSSYM = RISC_OSLib:o.a_abssym
ASMUTILS = C:AsmUtils.o.AsmUtils
ZM
ASMUTILS = C:AsmUtils.o.AsmUtils
zm
C++LIB = C:C++Lib.o.c++libz
CLXLIB = C:CLX.o.clxlibz
...
...
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