Revamp SSH authentication code so that user interaction is more
[u/mdw/putty] / windows / puttygen.rc
index b6ad546..629b155 100644 (file)
@@ -4,6 +4,9 @@
 
 #include "rcstuff.h"
 
+#define APPNAME "PuTTYgen"
+#define APPDESC "PuTTY SSH key generation utility"
+
 200 ICON "puttygen.ico"
 
 201 DIALOG DISCARDABLE 0, 0, 318, 270
@@ -78,4 +81,8 @@ BEGIN
 
 END
 
+#include "version.rc2"
+
+#ifndef NO_MANIFESTS
 1 RT_MANIFEST "puttygen.mft"
+#endif /* NO_MANIFESTS */