home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / c / ct22d / tch.bat < prev    next >
Encoding:
DOS Batch File  |  1992-12-21  |  179 b   |  9 lines

  1. rem Batch-file to make Turbo C versions of the CTask kernel
  2. rem and support routines.
  3. rem Large model
  4. tmake -fctaskh.tc
  5. if errorlevel 1 goto exit
  6. tmake -fctsuph.tc
  7. :exit
  8.  
  9.