home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / FGDEMO40.ZIP / SOURCE.COM / FGDEMOBC.MAK < prev    next >
Text File  |  1995-02-12  |  656b  |  30 lines

  1. fgdemo.exe: fgdemo.obj char.obj common.obj display.obj file.obj fundmtls.obj menu.obj misc.obj video.obj
  2.    tlink c0m fgdemo char common display file fundmtls menu misc video, fgdemo, nul, fglm.lib cm
  3.  
  4. fgdemo.obj: fgdemo.c
  5.    bcc -c -mm fgdemo.c
  6.  
  7. char.obj: char.c
  8.    bcc -c -mm char.c
  9.  
  10. common.obj: common.c
  11.    bcc -c -mm common.c
  12.  
  13. display.obj: display.c tntmaps.h
  14.    bcc -c -mm display.c
  15.  
  16. file.obj: file.c
  17.    bcc -c -mm file.c
  18.  
  19. fundmtls.obj: fundmtls.c
  20.    bcc -c -mm fundmtls.c
  21.  
  22. menu.obj: menu.c
  23.    bcc -c -mm menu.c
  24.  
  25. misc.obj: misc.c birds.h fgtitle.h fighter.h
  26.    bcc -c -mm misc.c
  27.  
  28. video.obj: video.c
  29.    bcc -c -mm video.c
  30.