Requires my wimpclib, NetLib or socketlib, and SysLog.

The makefile is setup so that it expects to find syslog and wimpclib to be
in C$Path. The best way to do this is to create AcornC_C++.Libraries.misc,
containing c, h & o directories, then copy o.syslog, h.syslog and the
contents of the wimpclib directory into the newly created directories.
Then alter the !Boot and !Run in AcornC_C++.!SetPaths to append
<Obey$Dir>.^.Libraries.misc. to C$Path.

It's set up for Acorn C but it should work with gcc with alterations to the
Makefile.

Click on one of the pseudo-applications inside to build:

!MakeApp:	Standard version
!MakeMC:	With MemCheck
!MakeSL:	Standard version only using socketlib instead of NetLib
!MakeSLswi	Standard version with hack to replace _swix with Straylight
		version which appears to plug a memory leak.

To compile the !MakeSLswi version you need to download the Straylight source
core archive from <http://www.excessus.demon.co.uk> and copy a few files
from it into !POPstar. In the archive open StraySrc.Libraries.Core and copy
"s.swihack", "s.swiv" and "s.xswi" into !POPstar's s directory, create
"!POPstar.Hdr" and copy "header" and "swis" from the archive into it.

The copied .s files need a little editing. Change "swiv.s" so that the last
line reads "LNK	<POPstar$Dir>.s.xswi" and "xswi.s" so the GET line (line 47
in the current release) reads "GET	s.swihack". Also in "xswi.s", change
all occurences of |_swi| and |_swix| to |sl_swi| and |sl_swix| respectively.
