New submission from Jeremy Kloth:

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.

----------
components: Build
files: pcbuild.diff
keywords: patch
messages: 169200
nosy: jkloth
priority: normal
severity: normal
status: open
title: Fix compiler options for x64 builds on Windows
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file27015/pcbuild.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15792>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to