home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR41 / CBASE11.ZIP / MSCALL.BAT < prev    next >
DOS Batch File  |  1993-01-01  |  744b  |  34 lines

  1. @echo off
  2. rem
  3. rem    Copyright (c) 1989-1992 Citadel Software, Inc.
  4. rem    All Rights Reserved
  5. rem
  6.  
  7. rem mscall.bat    1.7 - 93/01/01
  8.  
  9. rem DOS batch file to make" all libraries.
  10. rem Microsoft C, DOS, large memory model.
  11.  
  12. @echo on
  13. cd manx
  14. nmake -f dos.mak "CCOM=msc" "MDL=S" all
  15. cd ..\xtend
  16. nmake -f dos.mak "CCOM=msc" "MDL=L" all
  17. cd ..\blkio
  18. nmake -f dos.mak "CCOM=msc" "MDL=L" all
  19. cd ..\lseq
  20. nmake -f dos.mak "CCOM=msc" "MDL=L" all
  21. cd ..\btree
  22. nmake -f dos.mak "CCOM=msc" "MDL=L" all
  23. cd ..\cbase
  24. nmake -f dos.mak "CCOM=msc" "MDL=L" all
  25. nmake -f dos.mak "CCOM=msc" "MDL=L" combine
  26. rem cd ..\cbddlp
  27. rem make -f dos.mak "CCOM=msc" "MDL=L" all
  28. cd ..\rolodeck
  29. nmake -f dos.mak "CCOM=msc" "MDL=L" all
  30. cd ..
  31. @echo off
  32.  
  33. rem eof
  34.