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
60c80e57
Commit
60c80e57
authored
3 years ago
by
Ben Avison
Committed by
ROOL
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Define cross-platform specifiers for 7 additional library includes
parent
1e58a98d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
GNUmakefiles/LibIncludes
GNUmakefiles/LibIncludes
+7
-0
Makefiles/LibIncludes
Makefiles/LibIncludes
+7
-0
No files found.
GNUmakefiles/LibIncludes
View file @
60c80e57
...
@@ -9,10 +9,17 @@ INCLUDED_LIBINCLUDES = YES
...
@@ -9,10 +9,17 @@ INCLUDED_LIBINCLUDES = YES
# building libraries that depend upon other libraries, despite there not being
# building libraries that depend upon other libraries, despite there not being
# any link step for such components.
# any link step for such components.
IMAGEINC = -I${LIBDIR}/ImageLib
JSINC = -I${LIBDIR}/JSLib
OSINC = -I${LIBDIR}/OSLib/Core -I${LIBDIR}/OSLib/Computer -I${LIBDIR}/OSLib/User -I${LIBDIR}/OSLib/Toolbox -I${LIBDIR}/OSLib/Core/oslib -I${LIBDIR}/OSLib/Computer/oslib -I${LIBDIR}/OSLib/User/oslib -I${LIBDIR}/OSLib/Toolbox/oslib
OSINC = -I${LIBDIR}/OSLib/Core -I${LIBDIR}/OSLib/Computer -I${LIBDIR}/OSLib/User -I${LIBDIR}/OSLib/Toolbox -I${LIBDIR}/OSLib/Core/oslib -I${LIBDIR}/OSLib/Computer/oslib -I${LIBDIR}/OSLib/User/oslib -I${LIBDIR}/OSLib/Toolbox/oslib
# Deprecated synonym
# Deprecated synonym
INCLUDE_OSLIB = ${OSINC}
INCLUDE_OSLIB = ${OSINC}
MBEDTLSINC = -I${LIBDIR}/mbedTLS
NSPRINC = -I${LIBDIR}/NSPRLib
RINC = -I${LIBDIR}/RISC_OSLib
TBOXINC = -I${LIBDIR}/tboxlibs
TBOXINC = -I${LIBDIR}/tboxlibs
TCPIPINC = -I${LIBDIR}/TCPIPLibs
TCPIPINC = -I${LIBDIR}/TCPIPLibs
USBINC = -I${LIBDIR}/USB
ZINC = -I${LIBDIR}/zlib
# EOF
# EOF
This diff is collapsed.
Click to expand it.
Makefiles/LibIncludes
View file @
60c80e57
...
@@ -9,10 +9,17 @@ INCLUDED_LIBINCLUDES = YES
...
@@ -9,10 +9,17 @@ INCLUDED_LIBINCLUDES = YES
# building libraries that depend upon other libraries, despite there not being
# building libraries that depend upon other libraries, despite there not being
# any link step for such components.
# any link step for such components.
IMAGEINC = -IC:ImageLib
JSINC = -IC:JSLib
OSINC = -IOS:
OSINC = -IOS:
# Deprecated synonym
# Deprecated synonym
INCLUDE_OSLIB = ${OSINC}
INCLUDE_OSLIB = ${OSINC}
MBEDTLSINC = -IC:mbedTLS
NSPRINC = -IC:NSPRLib
RINC = -IRISCOSLIB:
TBOXINC = -Itbox:
TBOXINC = -Itbox:
TCPIPINC = -ITCPIPLibs:
TCPIPINC = -ITCPIPLibs:
USBINC = -IC:USB
ZINC = -IC:zlib
# EOF
# EOF
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