blob: e215a2913684636610a836cf2e99d0b93966c1dd [file] [log] [blame]
Georg Brandlfaa9ad22011-03-05 15:06:13 +01001@rem Used by the buildbot "compile" step.
Stefan Krahea1eda22012-06-25 15:20:51 +02002set HOST_PYTHON=%CD%\PCbuild\amd64\python_d.exe
Georg Brandlfaa9ad22011-03-05 15:06:13 +01003cmd /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"