home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / batch / errlvl12.zip / MAKEFILE < prev   
Text File  |  1991-10-15  |  121b  |  5 lines

  1. # nb: nulls in original .COM changed to NOPs
  2. ERRLVL.Com: ERRLVL.Asm
  3.     TASM /c /l /q /t /w+ /z ERRLVL
  4.     TLINK /t ERRLVL
  5.