blob: 8713b381e9fbb836e48e996625bb1934ef08aae7 [file] [log] [blame]
Georg Brandlfaa9ad22011-03-05 15:06:13 +01001@rem Used by the buildbot "compile" step.
Stefan Kraha14a06f2012-06-30 18:46:02 +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"