From: Tim Golden Date: Sun, 27 Oct 2013 20:04:12 +0000 (+0000) Subject: Issue 15792 Correct build options on Win64. Patch by Jeremy Kloth. X-Git-Tag: v3.4.0b1~507 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb4b0aa51bc361188ffeee55ee49c7878c067903;p=thirdparty%2FPython%2Fcpython.git Issue 15792 Correct build options on Win64. Patch by Jeremy Kloth. --- diff --git a/Misc/NEWS b/Misc/NEWS index 07aff2b89f20..5524efa6e903 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -129,6 +129,8 @@ Build - Issue #19356: Avoid using a C variabled named "_self", it's a reserved word in some C compilers. +- Issue #15792: Correct build options on Win64. Patch by Jeremy Kloth. + Tools/Demos ----------- diff --git a/PC/VS9.0/x64.vsprops b/PC/VS9.0/x64.vsprops index 9f88d443fe47..d06f470cebad 100644 --- a/PC/VS9.0/x64.vsprops +++ b/PC/VS9.0/x64.vsprops @@ -8,7 +8,7 @@ > - /USECL:MS_OPTERON /GS- %(AdditionalOptions) + false _WIN64;_M_X64;%(PreprocessorDefinitions)