To compile a program in win32, you will need the following:

* NASM
    'nasmw' needs to be executable from the current enviroment.

    http://www.kernel.org/pub/software/devel/nasm/binaries/win32/

* Microsoft's Toolkit
    'link' needs to be executable from the current enviroment.

    Any version of the Microsoft Toolkit is acceptable as long
    as the appropriate 'vcvars32.bat' has been executed to setup
    the enviroment.

* [Optional] Psyco
    Psyco will greatly speed-up the compilation process if
    available.

To compile:

    python minijavac.py [source file]
