home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / nfbtr745.zip / NFBTRANS < prev    next >
Text File  |  1996-03-28  |  192b  |  9 lines

  1. nfbtrans.obj: nfbtrans.c
  2.     cl -nologo -AL -W4 -Zpie -O1 -G3s -c nfbtrans.c
  3.  
  4. nfbasm.obj: nfbasm.asm
  5.     masm nfbasm;
  6.  
  7. nfbtrans.exe: nfbtrans.obj nfbasm.obj
  8.     link nfbtrans+nfbasm /CODEVIEW;
  9.