PCOak 0.2 release -- source files
=================================

Please see the README.TXT in the main executable distribution for general
comments about PCOak.

This source release contains all the files needed to build PCOak 0.2; you
will need the Borland C++ 3.1 compiler, with tasm and Borland's make.  To
compile PCOak, simply follow these steps:

    o	Unzip/copy all the files into a directory;

    o	If your BC++ installation is not in the default location
	(C:\BORLANDC), edit MAKEFILE and change the BC_DIR entry to suit, then
	run "make config" to update the PCOAK.CFG file;

    o	Run "make", and it should compile happily to produce exactly the same
	executable as the distributed one.

Note that the distributed makefile doesn't use the /d linker flag to warn
about duplicated symbols; the inclusion of the swapping exec() code and the
replacement TZ code produces some unsightly (but perfectly normal) duplicated
symbol warnings, so /d has been left out to avoid alarming non-experts.

The program is distributed under the GNU Public Licence version 1 (see the
file COPYING for details).  I would be *very* interested in any changes that
you might make to the program -- please don't hide your light under a bushel!


If you have any difficulties, or have any bugs or suggestions to report,
please post to the newsgroup demon.ip.support.pc or send e-mail to
<pcoak@twoplaces.co.uk> and I will endeavour to help.


Simon Turner
simon@twoplaces.co.uk

14 November 2002
