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 C600.
- rem
- clint cmsc60.c -I/c600/include -L cmsc60 -w0
-