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