summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot/build.bat
blob: 508798125a0b73244bbe76c9951259f6c5406e23 (plain)
1
2
3
4
5
6
7
@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
cmd /c Tools\buildbot\clean.bat
vcbuild /useenv PCbuild\pcbuild.sln "Debug|Win32"