home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s087 / 2.img / C6.ARC / MAKE_TC.BAT < prev   
Encoding:
DOS Batch File  |  1989-12-15  |  143 b   |  5 lines

  1. tcc -ml -c -I\layout\tools\language\c %1.c
  2. if errorlevel 1 goto exit
  3. tlink c0l+%1,%1,,\layout\tools\language\c\lay_tc+emu+mathl+cl;
  4. :exit
  5.