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

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