This is PuTTYTray, a fork of Simon Tatham's PuTTY.
There are a lot of patches against PuTTY that have never been submitted to, or have been rejected from, upstream. PuTTYTray is collecting these, with the aim of eventually getting them merged back in.
I'm looking to take ownership of any patches that are:
Visual Studio 2010 project files are included. These should just work, there are absolutely no dependencies beyond what Visual Studio ships; even the Express edition works fine. There is a full walkthrough of building PuTTYTray on the wiki.
The original build system for PuTTY is intact, i.e. you can run perl mkfiles.pl
and it will regenerate all the other build systems, including VS6 and various flavours of makefiles.
My released builds are still done with VS2010's nmake
(using windows/build-release.bat
), and will continue to be done so until XP drops out of support.
This compilation is released under the same license as PuTTY itself; the MIT license. Individual contributions may be copyrighted by the original authors.
See LICENSE.MIT
for the full text.