

;  This program was compiled with Lattice C 3.03.
;  It should compile with no warnings.
;  It was linked with blink 5.7 using the following WITH file.


;  Using Astartup.obj instead of c.o, and putting amiga.lib ahead of
;  lc.lib reduces the executable from 60K to 47K.  You also have to kill
;  the "#include <lattice/stdio.h>" in m.c and remove the reference to
;  "stderr" in the fprintf in "close_down()" also in m.c.  The fprintf in
;  amiga.lib is used instead.  Unfortunately this crashes the system under 1.2.


FROM  CLIB:c.o+m.o+id.o+id1.o+vt.o+anim.o+menu.o+fly.o+input.o+req.o+draw.o+rot.o
TO arm
LIBRARY CLIB:lc.lib+CLIB:amiga.lib
