summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot/build-amd64.bat
blob: 7ee7b2d9b3632744d412fa18d07bd1cfdad9c88d (plain)
1
2
3
4
5
6
7
@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\kill_python.vcxproj /p:Configuration=Debug /p:PlatformTarget=x64
PCbuild\amd64\kill_python_d.exe
msbuild PCbuild\pcbuild.sln /p:Configuration=Debug /p:Platform=x64