summaryrefslogtreecommitdiff
path: root/Tools/buildbot/build.bat
blob: be79b10726d70c0327e4defbc6eb293ea8daa0ba (plain)
1
2
3
4
5
6
7
@rem Used by the buildbot "compile" step.
cmd /c Tools\buildbot\external.bat
call "%VS100COMNTOOLS%vsvars32.bat"
cmd /c Tools\buildbot\clean.bat

msbuild PCbuild\pcbuild.sln /p:Configuration=Debug /p:Platform=Win32