mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
5 lines
204 B
Batchfile
5 lines
204 B
Batchfile
@rem Used by the buildbot "compile" step.
|
|
cmd /c Tools\buildbot\external.bat
|
|
call "%VS71COMNTOOLS%vsvars32.bat"
|
|
cmd /q/c Tools\buildbot\kill_python.bat
|
|
devenv.com /useenv /build Debug PCbuild\pcbuild.sln
|