home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / ckc072.zip / ckdmak.cli < prev    next >
Text File  |  1988-08-16  |  550b  |  26 lines

  1. comment
  2. comment Compile and link the Wart program, and run it to create the ckcpro.c
  3. comment source file.
  4. comment
  5.  
  6. ckdcc/link%/% ckwart %-%
  7. x ckwart ckcpro.w ckcpro.c
  8.  
  9.  
  10. comment
  11. comment Now compile all the Kermit source modules.
  12. comment A list of these modules is found in ckdsrc.lis
  13. comment A separate list of modules is kept to make it easier to make Kermit
  14. comment changes or additions by simply changing one list.
  15. comment
  16.  
  17. ckdcc%/% ([ckdsrc.lis]) %-%
  18.  
  19.  
  20. comment
  21. comment Link the program file from this.
  22. comment
  23.  
  24. ckdlnk%/%
  25.  
  26.