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++ 2.0 library. NOTE: it assumes that the compiler
- rem was installed in the default directory BORLANDC.
- rem
- echo CLint will complain about "malloc.h". This is not important, but
- echo that header file is not ANSI compliant. Press CTRL-C to stop.
- pause
- clint cbcpp20.c -I/borlandc/include -L cbcpp20 -x -w0
-