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

  1. @echo off
  2. rem (c) R&D Associates 1992-1994.
  3. rem All Rights Reserved.
  4. rem
  5. rem This builds the library for TurboC++ 1.0. NOTE: Assumes that the compiler
  6. rem was installed in the default directory TC.
  7. rem
  8. clint ctcpp10.c -I/tc/include -L ctcpp10 -w0
  9.