Commit of begging of port of TheEscape to C
This commit is contained in:
stevenhowes
2021-03-18 22:11:51 +00:00
parent fbb6451fe3
commit af20cab109
10 changed files with 390 additions and 0 deletions
+55
View File
@@ -0,0 +1,55 @@
# Project: CTheEscape
# Toolflags:
CCflags = -c -depend !Depend -IC: -throwback -w
Linkflags = -aif -o $@
#ObjAsmflags = -depend !Depend -Stamp -quit -CloseExec
#CMHGflags =
#LibFileflags = -c -o $@
#Squeezeflags = -o $@
# Final targets:
@.!RunImage: @.o.CTheEscape @.o.Graphics @.o.Sound C:o.stubs
Link $(Linkflags) @.o.CTheEscape @.o.Graphics @.o.Sound C:o.stubs
# User-editable dependencies:
# Static dependencies:
@.o.CTheEscape: @.c.CTheEscape
cc $(ccflags) -o @.o.CTheEscape @.c.CTheEscape
@.o.Graphics: @.c.Graphics
cc $(ccflags) -o @.o.Graphics @.c.Graphics
@.o.Sound: @.c.Sound
cc $(ccflags) -o @.o.Sound @.c.Sound
# Dynamic dependencies:
o.CTheEscape: c.CTheEscape
o.CTheEscape: C:h.swis
o.CTheEscape: C:h.kernel
o.CTheEscape: C:h.kernel
o.CTheEscape: h.Sound
o.CTheEscape: c.CTheEscape
o.CTheEscape: C:h.swis
o.CTheEscape: C:h.kernel
o.CTheEscape: C:h.kernel
o.CTheEscape: h.Sound
o.Graphics: c.Graphics
o.Graphics: C:h.swis
o.Graphics: C:h.kernel
o.Graphics: C:h.kernel
o.Sound: c.Sound
o.Sound: C:h.swis
o.Sound: C:h.kernel
o.Sound: C:h.kernel
o.Sound: h.Sound
o.Sound: c.Sound
o.Sound: C:h.swis
o.Sound: C:h.kernel
o.Sound: C:h.kernel
o.Sound: h.Sound