Getting this project to build.
==============================

This project was created under Visual Studio.NET 2003.

In order for it to build and link correctly, two additional libraries are required:

- The FreeType2 library.  This project was created with version 2.1.9 of the library.
Theoretically, it should be fine to use this version or a later version.
It can be obtained from http://www.freetype.org.

- The devIL image library.  This project was created with the windows SDK version 1.6.7.
Using the full source code version of this library should also work, however it is
unnecessary.  Theoretically, it should be fine to use this version or a later version.
It can be obtained from http://openil.sourceforge.net.


Unless your directory structure happens to match mine, you will need to change the
project include folders in the project options, C/C++, General.

The same applies for the library folders in project options, Linker, General.
