home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / old / ckermit4e / cktock.hlp < prev    next >
Text File  |  2020-01-01  |  393b  |  8 lines

  1. xktock.c is a program that renames the xk*.* files to ck*.* in the current
  2. directory, so that you can compile them with the Makefile, and so that the
  3. include files will have the right names.  Compile xktock with your C compiler
  4. (e.g. "cc -o xktock xktock.c") and then run it (e.g. "xktock xk*").
  5.  
  6. Before doing this, you should have put all the xk* files in their own
  7. directory and cd'd to it.
  8.