~ubuntu-branches/ubuntu/hardy/inform/hardy

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
31
32
33
34
Inform sources
==============

The 'src' directory contains the source code to Inform 

Inform library
==============

The 'lib' directory contains the Inform library, which taken unchanged from
mirror.ifarchive.org:

    /infocom/compilers/inform6/library/
    
The standard header files are stored in lower-case here.  Symbolic links to
other semi-standard names get created upon installation (e.g. verblib.h
gets symlinked to Verblib.h and VerbLib.h).  Except on Cygwin, where case
doesn't seem to matter.

Include files
=============

The 'include' directory contains many of the include files that various
people have written for Inform over the years.  Documentation for most of
them is contained in their own files (but there are extra doc files for
some).

Note that only some of these headers have been tested with Inform 6.  If
you find one that doesn't work as advertised, drop me a line and I'll
attempt to fix it (or, if you've already done that, send me the fix!).

As with the library headers, all the header file names have been converted
to lower case.  Converted lowercase files get symlinked to their original
names on installation, for compatibility with old games that use them.