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