File: readme.os2

package info (click to toggle)
cal 3.5-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge, squeeze
  • size: 284 kB
  • ctags: 120
  • sloc: ansic: 1,116; makefile: 41
file content (30 lines) | stat: -rw-r--r-- 976 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
This archive contains a port to OS/2 1.x--2.x of Matulich's cal 2.9a,
which is an enhanced version of the UNIX cal (see cal.doc).

Notes on files:
 ./ 
   cal.exe       Original DOS executable
   cal-os2.exe   OS/2 1.x--2.x executable
   readme.os2    this file
 source/
   cal.c         unmodified source (Use "patch < patches.os2" for OS/2)
   cal.def       linker definition file
   cal-32.def    linker definition file for EMX version
   makefile.os2  makefile for EMX/gcc and MSC
   notes.os2     notes on this port


Notes:
1. From readme.cal:

 This archived collection of files is placed into the Public Domain.
 Feel free to redistribute the this archive, but PLEASE make sure the
 archive contains all the original files [...]

2. The enclosed executable can be bound to produce a file which will
run under both OS/2 and DOS (see makefile.os2).

3. The original DOS-only version can detect the display width.

--Darrel Hankerson hankedr@mail.auburn.edu
25 July 1993