home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / communic / pcmail / termcap / buildall.bat next >
Encoding:
DOS Batch File  |  1994-06-05  |  280 b   |  19 lines

  1. cl -Ml -c tgoto.c
  2.  
  3. cl -Ml -c tgetnum.c
  4.  
  5. cl -Ml -c tgetstr.c
  6.  
  7. cl -Ml -c tputs.c
  8.  
  9. cl -Ml -c tgetflag.c
  10.  
  11. cl -Ml -c tgetent.c
  12.  
  13. cl -Ml -c console.c
  14.  
  15. del termcap.lib
  16.  
  17. lib termcap.lib tgoto.obj tgetnum.obj tgetstr.obj tputs.obj tgetflag.obj  tgetent.obj console.obj ;
  18.  
  19.