helloworld is a test program to demonstrate integrating Graphite into a simple
Windows application. The program integrates with simple GDI Windows program.

To build the program:

first install the font ...\silgraphite\fonts\piglatin.ttf

cd ...\silgraphite
perl makefile.PL > makefile
nmake CFG="debug"

cd contrib\helloworld
nmake
debug\helloworld

The result on the screen should be:

    Ellohay Orldway!

to tidy up:

nmake realclean
cd ..\..
nmake realclean

========================================================================
    MAKEFILE PROJECT : HelloWorld Project Overview
========================================================================

AppWizard has created this HelloWorld project for you.  

This file contains a summary of what you will find in each of the files that
make up your HelloWorld project.


HelloWorld.vcproj
    This is the main project file for VC++ projects generated using an Application Wizard. 
    It contains information about the version of Visual C++ that generated the file, and 
    information about the platforms, configurations, and project features selected with the
    Application Wizard.

This project allows you to build/clean/rebuild from within Visual Studio by calling the commands you have input 
in the wizard. The build command can be nmake or any other tool you use.

This project  does not contain any files, so there are none displayed in Solution Explorer.

/////////////////////////////////////////////////////////////////////////////
