mirror of https://github.com/python/cpython.git
Added brief comments.
This commit is contained in:
parent
a96affe1fc
commit
1777ada247
|
@ -1,3 +1,3 @@
|
|||
@rem Used by the buildbot "compile" step.
|
||||
call "%VS71COMNTOOLS%vsvars32.bat"
|
||||
devenv.com /build Debug PCbuild\pcbuild.sln
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
@rem Used by the buildbot "clean" step.
|
||||
call "%VS71COMNTOOLS%vsvars32.bat"
|
||||
devenv.com /clean Debug PCbuild\pcbuild.sln
|
||||
|
||||
|
|
Loading…
Reference in New Issue