home *** CD-ROM | disk | FTP | other *** search
/ Graphics Programming Black Book (Special Edition) / BlackBook.bin / disk1 / source / chapter53 / xsharp15.exe / BALL / MAKEFILE < prev    next >
Text File  |  1994-12-16  |  201b  |  11 lines

  1. # Make file for ball vertex generator.
  2.  
  3. .c.obj:
  4.    bcc -c $<
  5.  
  6. .asm.obj:
  7.    tasm -ml -zi $*
  8.  
  9. genball.exe: genball.obj matmath.obj addrot.obj
  10.   bcc genball.obj matmath.obj addrot.obj noehs.lib
  11.