home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem (c) R&D Associates 1992.
- rem All Rights Reserved.
- rem
- rem This builds the Borland C++ 3.1 library. NOTE: it assumes that the compiler
- rem was installed to the default directory BORLANDC, and that CLINT was
- rem installed to CLINT.
- rem
- echo WARNING! You must have more than 620K of free memory to run this
- echo program. To stop, press CTRL-C.
- pause
- copy cbcpp31.cln \borlandc\include
- cd \borlandc\include
- clint cbcpp31 -L cbcpp31 -x -w0
- del cbcpp31.cln
- copy cbcpp31 \clint
- del cbcpp31
-