home *** CD-ROM | disk | FTP | other *** search
/ Sound Sensations! / sound_sensations.iso / voice / digitool / vptest < prev    next >
Encoding:
Text File  |  1989-06-24  |  188 b   |  9 lines

  1. vptest.obj: vptest vptest.c
  2. cl /AL /Oi /G2s /c vptest.c
  3.  
  4. vpmod.obj: vptest vpmod.asm
  5. masm vpmod;
  6.  
  7. vptest.exe: vptest vptest.obj vpmod.obj
  8. link vptest+vpmod,vptest,nul,llibcer/NOD;
  9.