mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00

pythoncore sub-project. This should prevent build errors due a previous build's python(_d).exe still running.
6 lines
246 B
Batchfile
6 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
|