summaryrefslogtreecommitdiff
path: root/Lib/platform.py
diff options
context:
space:
mode:
authorTrent Nelson <trent.nelson@snakebite.org>2008-03-19 21:11:55 +0000
committerTrent Nelson <trent.nelson@snakebite.org>2008-03-19 21:11:55 +0000
commit611c86b7d18b2d2f9e188d656f27c8dffee235ed (patch)
treee50769bdc0eeb833cd09c4e05f578c953ac14b4b /Lib/platform.py
parent0ccfe5f2a0ea5aebd33c0c3b5354551a57205f32 (diff)
downloadcpython-git-611c86b7d18b2d2f9e188d656f27c8dffee235ed.tar.gz
Fix the x64 Windows build environment used by the buildbots. %VS90COMNTOOLS%\vsvars32.bat is fine for 32-bit builds, but doesn't work for x64 builds, regardless of /MACHINE:AMD64 and /USECL:MS_OPTERON flags passed to cl.exe. Launch the x86_64 cross compilation environment via '%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat x86_amd64'. I don't have access to any systems *without* Visual Studio 2008 Professional installed (i.e. just Express Edition), so I can't test if x64 compilation works w/ VS Express at the moment.
Additionally, force a clean in our build.bat files before building, just whilst we're going through these build system updates. And finally, add in the missing MACHINE=AMD64 option to our Tcl/Tk x64 build.
Diffstat (limited to 'Lib/platform.py')
0 files changed, 0 insertions, 0 deletions