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
Michael Gerbracht
tboxlib
Commits
40019f0d
Commit
40019f0d
authored
Nov 21, 1996
by
Neil Turton
Browse files
This commit was generated by cvs2git to track changes on a CVS vendor branch.
parents
4728e574
aed4e6cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
0 deletions
+53
-0
MakeROM
MakeROM
+53
-0
No files found.
MakeROM
0 → 100644
View file @
40019f0d
# Project: tboxlib
RM = remove
WIPE = -wipe
WFLAGS = ~c~v
# Toolflags:
CCflags = -c -depend !Depend -Itbox:,C: -throwback -zM -ffah -zps1 -DROM
C++flags = -c -depend !Depend -throwback -IC:
Pascalflags = -c -depend !Depend -throwback -IP:
Linkflags = -c++ -o $@
ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
CMHGflags =
LibFileflags = -c -o $@
Squeezeflags = -o $@
AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
# Final targets:
tboxlib: o.mem o.messages o.string32 o.rmensure o.objsupport \
o.slist
libfile $(libfileflags) o.mem o.messages o.string32 o.rmensure o.objsupport \
o.slist
rom: tboxlib
@echo all done
install_rom: tboxlib
@echo all done
clean:
${WIPE} o.* ${WFLAGS}
${RM} tboxlib
@echo cleaned
# User-editable dependencies:
# Static dependencies:
o.mem: c.mem
cc $(ccflags) -o o.mem c.mem
o.messages: c.messages
cc $(ccflags) -o o.messages c.messages
o.string32: c.string32
cc $(ccflags) -o o.string32 c.string32
o.rmensure: c.rmensure
cc $(ccflags) -o o.rmensure c.rmensure
o.objsupport: c.objsupport
cc $(ccflags) -o o.objsupport c.objsupport
o.slist: c.slist
cc $(ccflags) -o o.slist c.slist
# Dynamic dependencies:
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