Installing OpenLibs

Just decompress the package in your directory of choice.
Your root directory should contain the following:
	Demo
	Documentation
	HL_Modules
		BuildAll
		Codecs
		Core
		File
		GUI
		Targets
		Examples
	Libs
		LIBPNG		
		ZLIB		
		regexpp2	
	Skin.rsrc

Currently a full build is only possible on Win32 OS.
Parts of this project also compile for the MAC os10.2 platform 
using code warrior. 
As this project advances We will support bot Linux and MAC osX fully.

To build the entire project and the examples go to 
	HL_Modules/BuildAll

We have made a project folder for each of the supported compilers:
	CW_Proj  - the Metrowerks code warrior compilers & IDE
	MSVC_Proj- for Microsoft's MSVC-6
	mingw_mak- for the free mingw32 (gcc based) compiler

The compiled libraries, temporary files and executables are build 
within the directory tree. To clean up the directory structure call
cleanup.bat  (or cleanup.sh if you have msys/mingw installed).
