home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem (c) R&D Associates 1992.
- rem All Rights Reserved.
- rem
- rem This builds the library for TurboC++ 1.0. NOTE: Assumes that the compiler
- rem was installed in the default directory TC.
- rem
- clint ctcpp10.c -I/tc/include -L ctcpp10 -w0
-