This directory contains sample PalmOS programs that use Guikachu files
for storing resource data in editable form. The programs include a
completely stand-alone build environment (i.e. a Makefile), so you can
use it in your own projects. Note the very liberal copyright license
of the sample files.

Due to their independent nature, the sample applications require that
you build and install Guikachu before compiling them. To compile them,
enter their respective directory and call 'make', e.g.:
 $ cd sample-app
 $ make
The resulting .prc file can then be tested on a PalmOS emulator or a
real PalmOS-based handheld.

Sample applications included are:
	sample-app/	A Hello World grade application that shows you
			how to build resource files into your program,
			and how you can access these from your program.
