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 / MAKEALL.BAT < prev    next >
DOS Batch File  |  1991-05-19  |  2KB  |  74 lines

  1. rem Make all files of the Sherlock system
  2. rem
  3. rem source:  makeall.bat
  4. rem version: February 15, 1989; May 19, 1991
  5. rem
  6. pause This may take a lot of time.
  7. rem
  8. cd \sherlock\msc
  9. path c:\bat;c:\sherlock\bin;c:\bin\local;c:\bin\msc;c:\dos
  10. make msls.mmk
  11. make mslc.mmk
  12. make mslm.mmk
  13. make msll.mmk
  14. make mslh.mmk
  15. make prf.mmk
  16. make regs.mmk
  17. make sltest.mmk
  18. path c:\bat;c:\sherlock\bin;c:\bin\local;c:\bin\turboc;c:\dos
  19. rem
  20. cd \sherlock\turboc
  21. make -fsls.mak
  22. make -fslc.mak
  23. make -fslm.mak
  24. make -fsll.mak
  25. make -fslh.mak
  26. make -fprf.mak
  27. make -fregs.mak
  28. make -fsltest.mak
  29. rem
  30. cd \sherlock\spp\msc
  31. path c:\bat;c:\sherlock\bin;c:\bin\local;c:\bin\msc;c:\dos
  32. make mspp.mmk
  33. make msppdb.mmk
  34. path c:\bat;c:\sherlock\bin;c:\bin\local;c:\bin\turboc;c:\dos
  35. rem
  36. cd \sherlock\spp\turboc
  37. make -fspp.mak
  38. make -fsppdb.mak
  39. rem
  40. cd \cpp\msc
  41. path c:\bat;c:\sherlock\bin;c:\bin\local;c:\bin\msc;c:\dos
  42. make mcpp.mmk
  43. make mcppdb.mmk
  44. rem
  45. cd \cpp\turboc
  46. path c:\bat;c:\sherlock\bin;c:\bin\local;c:\bin\turboc;c:\dos
  47. make -fcpp.mak
  48. make -fcppdb.mak
  49. rem
  50. cd \sherlock\sdif\msc
  51. path c:\bat;c:\sherlock\bin;c:\bin\local;c:\bin\msc;c:\dos
  52. make msdif.mmk
  53. make msdifdb.mmk
  54. path c:\bat;c:\sherlock\bin;c:\bin\local;c:\bin\turboc;c:\dos
  55. rem
  56. cd \sherlock\sdif\turboc
  57. make -fsdif.mak
  58. make -fsdifdb.mak
  59. rem
  60. cd \sherlock\sdel\msc
  61. path c:\bat;c:\sherlock\bin;c:\bin\local;c:\bin\msc;c:\dos
  62. make msdel.mmk
  63. make msdeldb.mmk
  64. path c:\bat;c:\sherlock\bin;c:\bin\local;c:\bin\turboc;c:\dos
  65. rem
  66. cd \sherlock\sdel\turboc
  67. make -fsdel.mak
  68. make -fsdeldb.mak
  69. rem
  70. cd \sherlock
  71. rem
  72. dir c:\sherlock\bin\*.exe
  73. dopath
  74.