1. 945c632 Set eol-style to CRLF for all batch files. by Martin v. Löwis · 16 years ago
  2. 5a4d668 Don't run kill_python as part of the build process. Change the buildbots so they have to call it explicitly instead. by Trent Nelson · 16 years ago
  3. d6dffbc Reimplement kill_python. The existing version had a number of flaws, namely, it didn't work for x64 and it wasn't precise about which python_d.exe it was killing -- it just killed the first one it came across that happened to have 'pcbuild\python_d.exe' or 'build\python_d.exe' in it's path. The new version has been rewritten from the ground up and now lives in PCbuild, instead of Tools\buildbot, and it has also been incorporated into the Visual Studio solution (pcbuild.sln) as 'kill_python'. The solution has also been altered such that kill_python is called where necessary in the build process in order to prevent any linking errors due to open file locks. In lieu of this, all of the existing bits and pieces in Tools\buildbot that called out to kill_python at various points have also been removed as they are now obsolete. Tested on both Win32 and x64. by Trent Nelson · 16 years ago
  4. 611c86b 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. by Trent Nelson · 16 years ago
  5. 61390fd Change amd64 buildbot scripts to use Visual Studio 2008, and by Thomas Heller · 17 years ago
  6. 656dc2a Fix paths for build bot by Christian Heimes · 17 years ago
  7. 04d17b4 Checkout, but do not yet try to build, exernal sources. by Thomas Heller · 17 years ago
  8. 3608a16 First version of build scripts for Windows/AMD64 (no external by Thomas Heller · 17 years ago