Building Psi on Windows
-----------------------

With MSVC++:

* Go to a command prompt where Psi is unpacked, and type:

  cd src
  qmake psi.pro
  nmake

* When the compile is finished, type:

  move psi.exe ..\Psi.exe
  copy win32\idleui.dll ..
  cd ..

* Delete extra files, like "configure" and the build*.txt files.

* Convert the README and INSTALL files to DOS CR/LF format, and call
  them "Readme.txt" and "Install.txt", respectively.

* Copy the Qt DLL (normally found in %QTDIR%\bin) into the base Psi
  directory.

* Zip and enjoy.

