home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / c / clt157.zip / CTC20.BAT < prev    next >
DOS Batch File  |  1993-01-17  |  246b  |  9 lines

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