home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: InfoMgt / InfoMgt.zip / cal29a.zip / readme.txt < prev   
Text File  |  1993-07-25  |  1KB  |  32 lines

  1. This archive contains a port to OS/2 1.x--2.x of Matulich's cal 2.9a,
  2. which is an enhanced version of the UNIX cal (see cal.doc).
  3.  
  4. Notes on files:
  5.  ./ 
  6.    cal.exe       Original DOS executable
  7.    cal-os2.exe   OS/2 1.x--2.x executable
  8.    readme.txt    this file
  9.  source/
  10.    cal.c         unmodified source (Use "patch < patches.os2" for OS/2)
  11.    cal.def       linker definition file
  12.    cal-32.def    linker definition file for EMX version
  13.    makefile.os2  makefile for EMX/gcc and MSC
  14.    notes.os2     notes on this port
  15.    patches.os2   context diffs
  16.  
  17.  
  18. Notes:
  19. 1. From readme.cal:
  20.  
  21.  This archived collection of files is placed into the Public Domain.
  22.  Feel free to redistribute the this archive, but PLEASE make sure the
  23.  archive contains all the original files [...]
  24.  
  25. 2. The enclosed executable can be bound to produce a file which will
  26. run under both OS/2 and DOS (see makefile.os2).
  27.  
  28. 3. The original DOS-only version can detect the display width.
  29.  
  30. --Darrel Hankerson hankedr@mail.auburn.edu
  31. 25 July 1993
  32.