Added brief comments.

This commit is contained in:
Tim Peters 2006-03-12 06:47:36 +00:00
parent a96affe1fc
commit 1777ada247
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
@rem Used by the buildbot "compile" step.
call "%VS71COMNTOOLS%vsvars32.bat"
devenv.com /build Debug PCbuild\pcbuild.sln

View File

@ -1,3 +1,3 @@
@rem Used by the buildbot "clean" step.
call "%VS71COMNTOOLS%vsvars32.bat"
devenv.com /clean Debug PCbuild\pcbuild.sln