home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 25 / nopv25.iso / 040A / CLW438.ZIP / libs.ex$ / CTCPP10C.BAT < prev    next >
Encoding:
DOS Batch File  |  1997-06-07  |  320 b   |  11 lines

  1. @echo off
  2. rem (c) R&D Associates 1992-1997.
  3. rem All Rights Reserved.
  4. rem
  5. rem This builds the Turbo C++ 1.0 library. (C only).
  6. rem
  7. rem THIS IS A NON-STANDARD C-ONLY LIBRARY, AND IS NOT ADVISED. USE
  8. rem CTCPP10.CLB DIRECTLY.
  9. rem
  10. clint ctcpp10.c -L+ctcpp10c.clb -I. %1 %2 %3 -3- -w0 -KC1 -KB1 -Ab0 -An0 -Ah0 -Ai0
  11.