=====BUILDING======
====Prerequisites====
* cmake (http://www.cmake.org/)
* used for generating Visual Studio projects and solution
* can be used for compilation
* nsis (http://nsis.sourceforge.net)
* used for creating NSIS installer
* Visual Studio Professional (Express version DOESN'T WORK)
* used for debugging and compilling
* can be used for source code modifications
* Outlook Redepmtion libraries (http://www.dimastr.com/redemption/home.htm)
* used to "hook" into Outlook and modify it's *.pst files
* Git for Windows (http://git-scm.com/download/win)
* not needed but recommended for development
* includes "git bash" application which is UNIX shell with vim, git and
other standard UNIX commands
====Compilation and generating NSIS installer====
* clone upstream git repository
* run following commands in either Windows or in "git bash" command line
* cmake -T v110_xp .
* cmake --build . --config Release
* cpack
* installer is now located in the project root directory
* "cmake ." generates Visual Studio solution so you can
browse/modify/compile/debug source from Visual Studio IDE
====Debugging====
* check "Compilation and generating NSIS installer" section above
* run "cmake ." to generate VS solution and debug project from VS IDE
====Installation====
* ensure that Visual Studio 2012 Redistributable package is installed
(http://www.microsoft.com/en-us/download/details.aspx?id=30679)
* ensure that Outlook Redepmtion libraries are installed
(http://www.dimastr.com/redemption/home.htm)
* install GetOut