home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_C / CLT165.ZIP / CBCPP4.BAT < prev    next >
DOS Batch File  |  1994-01-29  |  375b  |  15 lines

  1. @echo off
  2. rem (c) R&D Associates 1994.
  3. rem All Rights Reserved.
  4. rem
  5. rem This builds the Borland C++ 4 library. NOTE: it assumes that the compiler
  6. rem was installed to the default directory BC4, and that CLINT was
  7. rem installed to CLINT.
  8. rem
  9. copy cbcpp4.cln \bc4\include
  10. cd \bc4\include
  11. clint cbcpp4 -L cbcpp4 -x -w0
  12. del cbcpp4.cln
  13. copy cbcpp4 \clint
  14. del cbcpp4
  15.