cpython/Tools/buildbot/build-amd64.bat

7 lines
246 B
Batchfile
Raw Normal View History

2011-02-25 10:19:48 -04:00
@rem Used by the buildbot "compile" step.
cmd /c Tools\buildbot\external-amd64.bat
call "%VS100COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
2011-02-25 10:19:48 -04:00
cmd /c Tools\buildbot\clean-amd64.bat
msbuild PCbuild\pcbuild.sln /p:Configuration=Debug /p:Platform=x64