mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
6 lines
203 B
Batchfile
6 lines
203 B
Batchfile
@rem Used by the buildbot "compile" step.
|
|
cmd /c Tools\buildbot\external.bat
|
|
call "%VS90COMNTOOLS%vsvars32.bat"
|
|
cmd /q/c Tools\buildbot\kill_python.bat
|
|
vcbuild /useenv PCbuild\pcbuild.sln "Debug|Win32"
|
|
|