home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April (Special) / Chip-Special_1997-04_cd.bin / canon / bj364 / bj364d1.exe / BJL.BIN / SOURCE.ZIP / MK.BAT < prev    next >
DOS Batch File  |  1996-04-15  |  339b  |  14 lines

  1. @echo off
  2. echo This batch file will build the BJ Setup Program for 
  3. echo the Microsoft C 7.0 compiler.                                by Jackie
  4. echo Compiler = M7, model = L, type = REGULAR, nearsegs = TRUE, c++ = FALSE
  5.  
  6. del err
  7. del bjl.exe
  8. del bjsetup.exe
  9. nmake m.mk>err
  10. del *.bak
  11. del *.obj
  12. copy bjsetup.exe bjl.exe
  13. edit err
  14.