home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l010 / 6.ddi / 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.