home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem (c) R&D Associates 1992.
- rem All Rights Reserved.
- rem
- rem This builds the MS QCWIN library. NOTE: it assumes that the compiler was
- rem installed to the directory QCWIN.
- rem
- clint cqcwin.c -I/qcwin/include -L cqcwin -x -w0
-