summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot/build.bat
blob: 69edef20a913f83a2ccaf48067eaf3c5eccc437b (plain)
1
2
3
4
5
6
@rem Used by the buildbot "compile" step.
cmd /c Tools\buildbot\external.bat
call "%VS90COMNTOOLS%vsvars32.bat"
cmd /q/c Tools\buildbot\kill_python.bat
vcbuild /useenv PCbuild\pcbuild.sln "Debug|Win32"