home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem (c) R&D Associates 1992.
- rem All Rights Reserved.
- rem
- rem This builds the MSC 7.0 library. NOTE: it assumes that the compiler was
- rem installed to the directory C700.
- rem
- clint cmsc70.c -I/c700/include -L cmsc70 -w0
-