blob: b5b10d6d4b22cd313cd1ef201db4db2a5f2e63b9 [file] [log] [blame]
Zachary Wareb9298a42015-04-13 11:54:11 -05001@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"