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:
@ -85,4 +85,6 @@ BEGIN
|
||||
|
||||
END
|
||||
|
||||
#ifndef NO_MANIFESTS
|
||||
1 RT_MANIFEST "pageant.mft"
|
||||
#endif /* NO_MANIFESTS */
|
||||
|
@ -78,4 +78,6 @@ BEGIN
|
||||
|
||||
END
|
||||
|
||||
#ifndef NO_MANIFESTS
|
||||
1 RT_MANIFEST "puttygen.mft"
|
||||
#endif /* NO_MANIFESTS */
|
||||
|
@ -83,4 +83,6 @@ BEGIN
|
||||
|
||||
END
|
||||
|
||||
#ifndef NO_MANIFESTS
|
||||
1 RT_MANIFEST "putty.mft"
|
||||
#endif /* NO_MANIFESTS */
|
||||
|
Reference in New Issue
Block a user