home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_C / CLT165.ZIP / CMIXC.BAT < prev    next >
DOS Batch File  |  1994-01-29  |  356b  |  14 lines

  1. @echo off
  2. rem (c) R&D Associates 1992-1994.
  3. rem All Rights Reserved.
  4. rem
  5. rem This file builds the Intel MixC library. NOTE: it assumes that the
  6. rem compiler was installed to MIXC, and CLINT was installed to CLINT.
  7. rem
  8. copy cmixc.cln \mixc\include
  9. cd \mixc\include
  10. clint cmixc -L cmixc.h -h -x -w0
  11. del cmixc.cln
  12. copy cmixc.h \clint
  13. del cmixc.h
  14.