`win-versioninfo': all builds of all Windows binaries now contain
[u/mdw/putty] / windows / pageant.rc
index 1e613d0..0102ca2 100644 (file)
@@ -4,6 +4,9 @@
 
 #include "rcstuff.h"
 
+#define APPNAME "Pageant"
+#define APPDESC "PuTTY SSH authentication agent"
+
 200 ICON "pageant.ico"
 201 ICON "pageants.ico"
 
@@ -85,6 +88,8 @@ BEGIN
 
 END
 
+#include "version.rc2"
+
 #ifndef NO_MANIFESTS
 1 RT_MANIFEST "pageant.mft"
 #endif /* NO_MANIFESTS */