Notes to builders, current and future.

These notes apply only to the Mac version of the client. If you're building for any platform 
other than MacOS, you can go ahead and close this file, go on your merry way, and rest 
assured that you're not missing anything that's going to affect your platform in any way,
shape or form.

For Mac coders, the CVS repository DOES NOT contain everything needed to build the client.
You MUST retrieve a copy of Matthias Neeacher's GUSI 2.x sockets package.

At the time this file was written, this package could be found in the directory 
<ftp://sunsite.cnlab-switch.ch//software/platform/macos/src/mw_c> under the filename
GUSI_202.sit.bin. In the future, the filename may change slightly, but should be easily
recognizable.

Once you've downloaded and expanded this package, you need to do some minor setup work to
get a build to work.

If you're like most users I've spoken to, all that you'll need to do is place the folder
that came out of the archive next to your CodeWarrior folder. That's it. You're ready to
build.

If, on the other hand, you have altered your CodeWarrior installation from what the 
Metrowerks installer program puts on your disk, you will have to make some minor changes
to the .mcp file's settings. 

Open the .mcp file with CodeWarrior. Select edit|<targetname> settings... and open the
Access Paths panel. In the System Paths pane you'll see "{Compiler}:::GUSI_###:include:"
where ### is the version of GUSI last used to build the client. Select it, and press 
"Change", navigate to wherever you parked your copy of GUSI, drop into it, and choose the
"include" directory inside it. After doing this verify that the "Always Search User Paths"
box IS NOT checked, and the "Interpret DOS and Unix Paths" IS checked. Save the settings,
and you're ready to build.

Aside form this note, everything else should be fairly self-explanatory.