This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jkloth
Recipients jkloth
Date 2012-08-27.14:17:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346077051.29.0.85020459134.issue15792@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch fixes the compiler options used for building the x64 platform.

- In VC10 the passing /GS- as an additional option has been replaced by the MSBuild BufferSecurityCheck command
- The /USECL:xxx option is only for the VSExtComp plugin for VS.NET 2003 (VC7.1) used to build a 64-bit Python 2.5

The attached patch modifies the x64 properties for VS8/9/10.
History
Date User Action Args
2012-08-27 14:17:31jklothsetrecipients: + jkloth
2012-08-27 14:17:31jklothsetmessageid: <1346077051.29.0.85020459134.issue15792@psf.upfronthosting.co.za>
2012-08-27 14:17:30jklothlinkissue15792 messages
2012-08-27 14:17:30jklothcreate