Metropoli BBS
VIEWER: makefile MODE: TEXT (ASCII)
# Make file for 3D cube rotation example, with backface
# removal and user translation & rotation control.

.c.obj:
   bcc -c $<

.asm.obj:
   tasm -ml -zi $*

xs.exe: xsharp.obj approt.obj initfix.obj movepoly.obj drawpobj.obj \
   initcube.obj draw.obj fillcnvx.obj scan.obj mode.obj showpage.obj \
   fillrect.obj fixed.obj initball.obj olist.obj xfproj.obj
   tlink @linkresp

[ RETURN TO DIRECTORY ]