home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 215 / DDJ9206.ZIP / XSHARP18.ZIP / MAKEFILE < prev    next >
Text File  |  1992-04-03  |  448b  |  15 lines

  1. # Make file for 3D cube rotation example, with backface
  2. # removal and user translation & rotation control.
  3.  
  4. .c.obj:
  5.    bcc -c $<
  6.  
  7. .asm.obj:
  8.    tasm -ml -zi $*
  9.  
  10. demo1.exe: demo1.obj approt.obj initfix.obj moveobj.obj drawpobj.obj \
  11.    draw.obj fillcnvx.obj scan.obj mode.obj showpage.obj \
  12.    fillrect.obj fixed.obj initball.obj olist.obj xfproj.obj globals.obj \
  13.    color.obj initpal.obj lighting.obj initligh.obj
  14.    tlink @linkresp
  15.