home *** CD-ROM | disk | FTP | other *** search
/ FreeWare Collection 2 / FreeSoftwareCollection2pd199x-jp.img / cdplay / src / makefile < prev    next >
Makefile  |  1990-06-14  |  241b  |  12 lines

  1. CDPLAY.OBJ : CDPLAY.C
  2.     HC386 CDPLAY
  3.  
  4. GRAPHIC.OBJ : GRAPHIC.C
  5.     HC386 GRAPHIC
  6.  
  7. VRAM.OBJ : VRAM.ASM
  8.     386ASM VRAM.ASM -twoc
  9.  
  10. CDPLAY.EXP : CDPLAY.OBJ GRAPHIC.OBJ VRAM.OBJ
  11.     386LINK CDPLAY.OBJ GRAPHIC.OBJ VRAM.OBJ @make.lnk -exe CDPLAY
  12.