mirror of
https://github.com/izzy2lost/cpython.git
synced 2026-03-10 11:29:24 -07:00
7 lines
246 B
Batchfile
7 lines
246 B
Batchfile
@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
|