
Building the Windows installer:
You need to have:
	a python + pygame installation that works well with magicor
	py2exe module, used to build an intermediary binary installation
	Inno Setup ( a free tool, follow links in py2exe page if you need to download )
	A checkout of the magicor relevant version to be built.
	windows XP OS 

By the way of reference, I have
	python 2.4.3
	pygame 1.7.1
	py2exe 0.6.5
	inno setup 5.1.8.0

	win xp + sp2

The last rev of Magicor tested was rev 134


Not all is fully automated and fancy:

.Edit make_installer.bat to set correct paths for
	python.exe
	Inno setup compiler

.Edit inno_script.iss to set the magicor version ( currently set to 1.0 )

.Theres no error control. Check the output.

How to build:
After you adjust paths and version, create a console, cd to winstaller dir and run make_installer.bat


