mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
6 lines
204 B
Batchfile
6 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
|