To build on Windows
-------------------

Requirements:

  * GTK+/Python/PyGTK (app should be runnable as Python scripts)
  * cx_Freeze
  * Inno Setup Compiler

Mostly-Automated Process:

    1) To avoid having to change paths in win-inno.iss, move the
       archive to C:\InstPrograms\eschalon_utils

    2) Then run "make-windows-installer.bat" from inside that dir

Manual Process:

    1) To avoid having to change paths in win-inno.iss, move to
       C:\InstPrograms\eschalon_utils

    2) From a DOS cmd, run "win-setup.py build_exe"

    3) Copy everything from inside build/exe.win32-2.6 to dist/
       (which is where win-setup.py put some .exe and .zip files)
       Be sure to do so recursively, or you'll miss out on having
       a nicer-looking gtk+ theme.

    4) Copy data/ to dist/

    5) Right-click on win-inno.iss and choose "Compile"

You should be left with a nice self-contained EXE in Output/
