home *** CD-ROM | disk | FTP | other *** search
/ Audio 4.94 - Over 11,000 Files / audio-11000.iso / msdos / speech / vdigit / tsr < prev    next >
Encoding:
Text File  |  1994-03-16  |  342 b   |  17 lines

  1. tsr.obj: tsr tsr.asm
  2. masm tsr;
  3.  
  4. tsrvm.asm: tsr tsrvm.voi tsrvm.pre tsrvm.suf
  5. bin2asm tsrvm.voi tsrvm.tmp
  6. copy tsrvm.pre + tsrvm.tmp + tsrvm.suf tsrvm.asm
  7. del tsrvm.tmp
  8.  
  9. tsrvm.obj: tsr tsrvm.asm
  10. masm tsrvm.asm;
  11.  
  12. vpmod.obj: tsr vpmod.asm
  13. masm vpmod;
  14.  
  15. tsr.exe: tsr tsr.obj tsrvm.obj
  16. link tsr+vpmod+tsrvm,tsr,tsr.map,llibcer/NOD;
  17.