home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 355_01 / slk1.exe / SHERLOCK / MSC / M.BAT next >
DOS Batch File  |  1991-05-19  |  419b  |  21 lines

  1. rem Make sl*.obj using Microsoft C version 5.00 or later.
  2. rem
  3. rem m.bat
  4. rem July 2, 1988; May 19, 1991
  5. rem
  6. rem Change this path as needed
  7. rem
  8. path c:\bat;c:\bin\msc;c:\bin\local;c:\dos
  9. make msls.mmk
  10. make mslc.mmk
  11. make mslm.mmk
  12. make msll.mmk
  13. make mslh.mmk
  14. make prf.mmk
  15. make regs.mmk
  16. make sltest.mmk
  17. rem
  18. rem Change this path as needed
  19. rem
  20. path c:\bat;c:\bin\turboc;c:\bin\local;c:\dos;c:\sherlock\bin
  21.