diff options
author | Thomas Heller <theller@ctypes.org> | 2007-06-12 15:36:22 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2007-06-12 15:36:22 (GMT) |
commit | 04d17b4660e491b0b816da847ea70e86c482b709 (patch) | |
tree | af02ce515c758421a8f39e4ae8a17bf9276f54f7 /Tools/buildbot/build-amd64.bat | |
parent | b24cd0f05af4555edafe764ef4ac1513451685cc (diff) | |
download | cpython-04d17b4660e491b0b816da847ea70e86c482b709.zip cpython-04d17b4660e491b0b816da847ea70e86c482b709.tar.gz cpython-04d17b4660e491b0b816da847ea70e86c482b709.tar.bz2 |
Checkout, but do not yet try to build, exernal sources.
Diffstat (limited to 'Tools/buildbot/build-amd64.bat')
-rw-r--r-- | Tools/buildbot/build-amd64.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/buildbot/build-amd64.bat b/Tools/buildbot/build-amd64.bat index bdfedac..88edd8d 100644 --- a/Tools/buildbot/build-amd64.bat +++ b/Tools/buildbot/build-amd64.bat @@ -1,5 +1,6 @@ @rem Used by the buildbot "compile" step. -REM cmd /c Tools\buildbot\external.bat +setlocal +cmd /c Tools\buildbot\external-amd64.bat call "%VS71COMNTOOLS%vsvars32.bat" REM cmd /q/c Tools\buildbot\kill_python.bat devenv.com /build ReleaseAMD64 PCbuild\pcbuild.sln |