Compiling Boodler for Win32/DirectX
===================================

Extract this patch under the cboodle subdirectory.

Required
----
1.  MS Visual C++ 5.0
2.  Python development headers and libs, (www.python.org)
3.  DirectX 8.0 SDK (www.microsoft.com/directx)

Compiling
----
1.  First, check to see that the paths that are specified in the project file
    (cboodle.dsp) point to the right places.  In particular, set the path to
    the Python header files and libs and the DirectX SDK header files and libs.
2.  Run the vcvars32.bat script.
3.  Type "nmake /f cboodle.mak".
4.  Enjoy.
