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