home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / window / pcw_c / tclink.bat < prev    next >
Encoding:
DOS Batch File  |  1990-01-16  |  189 b   |  14 lines

  1. cls
  2. if '%3' == '' goto two
  3. tcc -K -mm %1 %2 %3 tcpcwmm.lib
  4. goto exit
  5. :two
  6. if '%2' == '' goto one
  7. tcc -K -mm %1 %2 tcpcwmm.lib
  8. goto exit
  9. :one
  10. tcc -K -mm %1 tcpcwmm.lib
  11. :exit
  12.  
  13. 
  14.