Credit to Steve H.
included in the tools folder.

To build, 

1. Install Microsoft Platform SDK
2. Run vcvars32.bat file on command line.
3. cd wavelet
4. Build using "make.bat"

The output EXE file can be opened as a project in Visual C++ for debugging.

EXAMPLE VCVARS32.BAT:

set INCLUDE=%INCLUDE%;C:\Program Files\Microsoft SDKs\Windows\v6.0A\Include
set LIB=%LIB%;C:\Program Files\Microsoft SDKs\Windows\v6.0A\Lib
call "%VS90COMNTOOLS%vsvars32.bat"
