]> granicus.if.org Git - python/commit
Fix the x64 Windows build environment used by the buildbots. %VS90COMNTOOLS%\vsvars3...
authorTrent Nelson <trent.nelson@snakebite.org>
Wed, 19 Mar 2008 21:11:55 +0000 (21:11 +0000)
committerTrent Nelson <trent.nelson@snakebite.org>
Wed, 19 Mar 2008 21:11:55 +0000 (21:11 +0000)
commit611c86b7d18b2d2f9e188d656f27c8dffee235ed
treee50769bdc0eeb833cd09c4e05f578c953ac14b4b
parent0ccfe5f2a0ea5aebd33c0c3b5354551a57205f32
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.
Tools/buildbot/build-amd64.bat
Tools/buildbot/build.bat
Tools/buildbot/clean-amd64.bat
Tools/buildbot/external-amd64.bat
Tools/buildbot/external-common.bat