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

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