1
2To compile this program, you need a copy of PC-Curses, a screen management
3package.  Sources for this are distributed separately, since most people
4who need it already have a copy.
5
6Or, if you have Turbo C, you can use the tcio.c file instead of PC-Curses.
7
8*************************
9
10CONFIG.DOC
11	The MSDOS specific documentation file that came with PC-Moria 4.873.
12	Much of this is out-of-date, and needs to be updated.  The section
13	describing the MORIA.CNF configuration file is still useful.
14
15MAKE.BAT, MLINK.LNK
16	If you have MSC, you can compile the Umoria by executing this
17	MAKE.BAT commands files, which uses MLINK.LNK to specify all of the
18	files to be linked together to form the executable.
19
20MORIA.CNF
21	A sample configuration file for the MSDOS version of umoria 5.x.
22
23Makefile, Makefile.XNX
24	Obsolete Makefiles that were used for PC-Moria 4.873.  May still be
25	useful as a reference though for those who want to write their own
26	Makefiles.
27
28TERMCAP
29	A sample TERMCAP file which can be used by PC-Curses.
30
31make
32	A directory containing 3 makefiles for MSC.  Put the makefile.top
33	file in the top directory (which contains the CHANGES file), put
34	the makefile.src file in the source directory, and put the makefile.ibm
35	in this directory.  Note that each file must be renamed to makefile
36	when it is moved.  You can then build moria by running the MSC Make
37	program in the top directory.
38
39ms_ansi.c, ms_ansi.h, ms_misc.c
40	MSDOS specific source files for umoria 5.x.
41
42tcio.c
43	For TC, this is an alternative io.c file.  If you use this file
44	instead of source/io.c, then you don't need PC-Curses.  This should
45	result in a smaller, faster program.
46
47turbo_c.inf
48	Some hints on compiling Umoria with TC.
49
50umoria.prj
51	A project file to be used when compiling Umoria with TC.
52