daleken/
daleken/data/notes/
daleken/data/player/
daleken/data/system/poses/
daleken/doc/Homepage/images/
daleken/log/
Daleken 1.12
Symposium 14/6/2000
---------

In order for Daleken to compile under Borland C++ Builder 3.0 (I can't say
for sure about other versions) you will have to follow the following steps.

1. Extract the BorlandC.zip file into the DalekenMUD/src directory.  It
   should contain the following files:
	Daleken.cpp
	Daleken.bpr
	obj/empty.txt

2. Open the project file 'Daleken.bpr' in C++ Builder.

3. Change the directories used in the project options dialog:
	Project Menu | Options...
	The Directories Conditionals tab.
   There should be a number of references to d:\Daleken\src and
   d:\Daleken\src\obj.  Change these to represent your configuration.

4. Build the project.  A few warnings will be issued, but these are somewhat
   unavoidable as they are artifacts of the use of macros (you are welcome to
   try to fix crypt.c, but I'm not even going to try...)

And that's it, if you encounter any other problems let me know.