summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot/build-amd64.bat
blob: 8ec332884ed5218b25705f2ff6bce90bbd867f79 (plain)
1
2
3
4
5
6
@rem Used by the buildbot "compile" step.
cmd /c Tools\buildbot\external-amd64.bat
call "%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64

cmd /c Tools\buildbot\clean-amd64.bat

vcbuild /useenv PCbuild\kill_python.vcproj "Debug|x64" && PCbuild\amd64\kill_python_d.exe

vcbuild PCbuild\pcbuild.sln "Debug|x64"