home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / clint / clt167 / cmsc70.bat < prev    next >
DOS Batch File  |  1994-03-28  |  244b  |  9 lines

  1. @echo off
  2. rem (c) R&D Associates 1992-1994.
  3. rem All Rights Reserved.
  4. rem 
  5. rem This builds the MSC 7.0 library. NOTE: it assumes that the compiler was
  6. rem installed to the directory C700.
  7. rem
  8. clint cmsc70.c -I/c700/include -L cmsc70 -w0
  9.