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
Jeffrey Lee
RISC_OSLib
Commits
1c57a2ae
Commit
1c57a2ae
authored
23 years ago
by
Kevin Bracey
Browse files
Options
Download
Email Patches
Plain Diff
Added fontlist.h and fontselect.h to header exports. Retagged as 5.34
parent
5651d253
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Makefile
Makefile
+4
-0
No files found.
Makefile
View file @
1c57a2ae
...
...
@@ -206,6 +206,8 @@ HEADERS =\
RISC_OSLib:h.fileicon
\
RISC_OSLib:h.flex
\
RISC_OSLib:h.font
\
RISC_OSLib:h.fontlist
\
RISC_OSLib:h.fontselect
\
RISC_OSLib:h.heap
\
RISC_OSLib:h.help
\
RISC_OSLib:h.magnify
\
...
...
@@ -641,6 +643,8 @@ RISC_OSLib:h.event: rlib.h.event; ${CP} rlib.h.event $@ ${CPFLAGS}
RISC_OSLib
:
h.fileicon: rlib.h.fileicon; ${CP} rlib.h.fileicon $@ ${CPFLAGS}
RISC_OSLib
:
h.flex: rlib.h.flex; ${CP} rlib.h.flex $@ ${CPFLAGS}
RISC_OSLib
:
h.font: rlib.h.font; ${CP} rlib.h.font $@ ${CPFLAGS}
RISC_OSLib
:
h.fontlist: rlib.h.fontlist; ${CP} rlib.h.fontlist $@ ${CPFLAGS}
RISC_OSLib
:
h.fontselect: rlib.h.fontselect; ${CP} rlib.h.fontselect $@ ${CPFLAGS}
RISC_OSLib
:
h.heap: rlib.h.heap; ${CP} rlib.h.heap $@ ${CPFLAGS}
RISC_OSLib
:
h.help: rlib.h.help; ${CP} rlib.h.help $@ ${CPFLAGS}
RISC_OSLib
:
h.magnify: rlib.h.magnify; ${CP} rlib.h.magnify $@ ${CPFLAGS}
...
...
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