]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - windows/puttygen.rc
`win-versioninfo': all builds of all Windows binaries now contain
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 4 Oct 2005 14:13:28 +0000 (14:13 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 4 Oct 2005 14:13:28 +0000 (14:13 +0000)
commit4d48ba62e8c9cf2bdb9d192e5944fb584aba2a83
tree868352ace1509f13d6412de09bc42c3f3ba6eeef
parent9d3ab46800a271f530da719a77289ca2f29d3c9b
`win-versioninfo': all builds of all Windows binaries now contain
a VERSIONINFO resource. The versioning scheme is described in
windows/version.rc2.

Some .rc files are now #included in others. In order to keep MSVC
project files working, these have been renamed to .rc2; there may exist
a better solution.

(This checkin also includes the documentation tweak missing from r6367.)

Testing performed:
 - MinGW (cross-compiler): works
 - VC nmake: works (tested with VC6)
 - VC project files: builds with VERSIONINFO resource (no VER variable though)
 - Borland: an old version of this patch was tested with it and more or
   less worked, except that some of the VERSIONINFO strings were apparently
   not terminated properly. Not attempted to work around this.
 - LCC: not tested. Some fixes are in there from the last time we tried
   this, but then the build ultimately failed and I haven't tried this
   since that was fixed.
 - Dev-C++: untested. (Haven't done anything special.)
 - Unix Gtk/autoconf Makefiles work as before.

[originally from svn r6374]
[r6367 == f86ad059db0c5225b29da5f8a138d7dce4322f22]
[this svn revision also touched putty-wishlist]
13 files changed:
CHECKLST.txt
Recipe
mkfiles.pl
windows/pageant.rc
windows/plink.rc
windows/pscp.rc
windows/psftp.rc [new file with mode: 0644]
windows/putty.rc [new file with mode: 0644]
windows/puttygen.rc
windows/puttytel.rc [new file with mode: 0644]
windows/rcstuff.h
windows/version.rc2 [new file with mode: 0644]
windows/win_res.rc2 [moved from windows/win_res.rc with 88% similarity]