xref: /original-bsd/contrib/dungeon/README.pdp (revision 4aa23bb2)
1After the data declarations were moved into seperate include files
2the sources refused to compile on a pdp-11.  Apparently, the pdp-11
3preprocessor can only handle a limited number of include files.
4To create a version on a pdp machine, you will probably have to
5combine the include files into one include file per source file in
6order to get it to compile.  Not all source files may need this extra
7bit of work.  You'll just have to try and compile and fix those that
8the compiler complains about.  I no longer have access to a pdp-11
9machine, so I can't do any testing on it.  (As stated in the README
10file, I have run this game on a pdp-11/70 before the include files
11were created.)
12
13		Bill Randle
14		8/31/87
15