1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

Add NO_MANIFESTS option to Windows build, as the manifests apparently cause

trouble for 64-bit Windows builds.
Also flag the build flags that only apply to Windows.

[originally from svn r5820]
This commit is contained in:
Jacob Nevins
2005-05-21 14:35:21 +00:00
parent 26635548e8
commit 2ba272c262
4 changed files with 19 additions and 7 deletions

View File

@ -85,4 +85,6 @@ BEGIN
END
#ifndef NO_MANIFESTS
1 RT_MANIFEST "pageant.mft"
#endif /* NO_MANIFESTS */

View File

@ -78,4 +78,6 @@ BEGIN
END
#ifndef NO_MANIFESTS
1 RT_MANIFEST "puttygen.mft"
#endif /* NO_MANIFESTS */

View File

@ -83,4 +83,6 @@ BEGIN
END
#ifndef NO_MANIFESTS
1 RT_MANIFEST "putty.mft"
#endif /* NO_MANIFESTS */