[Win32]

For building the library under Windows, the project is set up
as 3 HIDE projects, located in the folders config, hidefunclib
and funclib.  Build the respective libraries using HIDE, then
run the batch file w32build.bat (you need polib/polink on your
path).

HIDE, polib, polink are not needed to build the library, you may
also do so manually or write your own build script.

Final output will be 'hidelib.lib'

[linux]

For building with linux, use the bash 'source' command to launch
the script 'linuxbuild'.

Final output will be 'hidelib.a'

------------------------------------------

[For Win32 and linux]

To use the library, copy the 'hide' folder as is into your
hlalib folder and include the hidelib.hhf like so:

#include ("hide/hidelib.hhf")
