home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem (c) R&D Associates 1992.
- rem All Rights Reserved
- rem
- rem This builds the generic library. NOTE: you must edit CGEN.C to reference
- rem your header files, and change 'OTHER/INCLUDE' to the directory of your
- rem compilers header files.
- rem
- clint cgen.c -I/other/include -L cgen -x -w0
-