home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / perkinelmeridris / pe7ker.mak < prev    next >
Text File  |  2020-01-01  |  501b  |  20 lines

  1. : pe7ker.mak
  2. : This file will generate wermit, which after you test you
  3. : can move to a /bin directory.
  4. : This script requires:
  5. : IDRIS 'C' compiler
  6. : pe7tty.h, pe7std.h, pe7sys.h
  7. : pe7inc.h
  8. : pe7mai.c, pe7pta.c, pe7ptb.c
  9. : Do a         YOUR-PROMPT- chmod +x pe7ker.mak
  10. : and a     YOUR-PROMPT- pe7ker.mak
  11. : to build Kermit from sources.
  12. :
  13. cp ./pe7std.h ./std.h
  14. cp ./pe7sys.h ./sys.h
  15. c -v pe7mai.c pe7pta.c pe7ptb.c 
  16. mv ./xeq ./wermit
  17. echo "Test the copy of Kermit called ./wermit"
  18. : pe7ker.mak End of file
  19.