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 Zortech C++ 2.1 or earlier. NOTE: it assumes
- rem that the compiler was installed to the directory ZTC.
- rem
- clint cztc21.c -I/ztc/include -L cztc21 -w0
-