source: python/vendor/Python-2.7.6/Tools/buildbot/build-amd64.bat

Last change on this file was 388, checked in by dmik, 11 years ago

python: Update vendor to 2.7.6.

  • Property svn:eol-style set to native
File size: 357 bytes
Line 
1@rem Used by the buildbot "compile" step.
2set HOST_PYTHON="%CD%\PCbuild\amd64\python_d.exe"
3cmd /c Tools\buildbot\external-amd64.bat
4call "%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
5cmd /c Tools\buildbot\clean-amd64.bat
6vcbuild /useenv PCbuild\kill_python.vcproj "Debug|x64" && PCbuild\amd64\kill_python_d.exe
7vcbuild PCbuild\pcbuild.sln "Debug|x64"
Note: See TracBrowser for help on using the repository browser.