summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-03-12 06:47:36 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-03-12 06:47:36 (GMT)
commit1777ada24728b13d618b951d0d7857dfed4ae644 (patch)
treefd8e5be7b28d02db25b445e4c7bf8fc4a6a781db /PCbuild
parenta96affe1fc5085946ec5bd39a1cb852438ccded3 (diff)
downloadcpython-1777ada24728b13d618b951d0d7857dfed4ae644.zip
cpython-1777ada24728b13d618b951d0d7857dfed4ae644.tar.gz
cpython-1777ada24728b13d618b951d0d7857dfed4ae644.tar.bz2
Added brief comments.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/pybuild.bat2
-rw-r--r--PCbuild/pyclean.bat2
2 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/pybuild.bat b/PCbuild/pybuild.bat
index 80db8d0..aa019a9 100644
--- a/PCbuild/pybuild.bat
+++ b/PCbuild/pybuild.bat
@@ -1,3 +1,3 @@
+@rem Used by the buildbot "compile" step.
call "%VS71COMNTOOLS%vsvars32.bat"
devenv.com /build Debug PCbuild\pcbuild.sln
-
diff --git a/PCbuild/pyclean.bat b/PCbuild/pyclean.bat
index cad60b6..d28262e 100644
--- a/PCbuild/pyclean.bat
+++ b/PCbuild/pyclean.bat
@@ -1,3 +1,3 @@
+@rem Used by the buildbot "clean" step.
call "%VS71COMNTOOLS%vsvars32.bat"
devenv.com /clean Debug PCbuild\pcbuild.sln
-