summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot/build-amd64.bat
blob: 0425d19a301479f18a7bd511507c7fafc0da173f (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
REM cmd /q/c Tools\buildbot\kill_python.bat
cmd /c Tools\buildbot\clean-amd64.bat
vcbuild PCbuild\pcbuild.sln "Debug|x64"