home *** CD-ROM | disk | FTP | other *** search
/ Megazine / Megazine-1.iso / PROGRAMA / C / CLINT156 / CGEN.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-12-01  |  305 b   |  10 lines

  1. @echo off
  2. rem (c) R&D Associates 1992.
  3. rem All Rights Reserved
  4. rem
  5. rem This builds the generic library. NOTE: you must edit CGEN.C to reference
  6. rem your header files, and change 'OTHER/INCLUDE' to the directory of your
  7. rem compilers header files.
  8. rem
  9. clint cgen.c -I/other/include -L cgen -x -w0
  10.