mirror of
https://github.com/python/cpython.git
synced 2026-01-05 15:02:33 +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"
|
|
|