Add NO_MANIFESTS option to Windows build, as the manifests apparently cause
[u/mdw/putty] / windows / pageant.rc
index d6aa604..1e613d0 100644 (file)
@@ -85,4 +85,6 @@ BEGIN
 
 END
 
+#ifndef NO_MANIFESTS
 1 RT_MANIFEST "pageant.mft"
+#endif /* NO_MANIFESTS */