home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume10 / pcmail2 / part01 / termcap / buildall.bat next >
DOS Batch File  |  1990-01-24  |  253b  |  10 lines

  1. cl -Ml -c tgoto.c
  2. cl -Ml -c tgetnum.c
  3. cl -Ml -c tgetstr.c
  4. cl -Ml -c tputs.c
  5. cl -Ml -c tgetflag.c
  6. cl -Ml -c tgetent.c
  7. cl -Ml -c console.c
  8. del termcap.lib
  9. lib termcap.lib tgoto.obj tgetnum.obj tgetstr.obj tputs.obj tgetflag.obj  tgetent.obj console.obj ;
  10.