diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-03-16 02:31:36 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-03-16 02:31:36 (GMT) |
commit | 1a3b248affd2f32f570c7fee4d0918b61fcc3bed (patch) | |
tree | 4e972e88edf9bcfb6b6c533f97b1a3a6d059ceb6 /Tools | |
parent | 378832c914878972dc64d202aca4291844dbd4f3 (diff) | |
download | cpython-1a3b248affd2f32f570c7fee4d0918b61fcc3bed.zip cpython-1a3b248affd2f32f570c7fee4d0918b61fcc3bed.tar.gz cpython-1a3b248affd2f32f570c7fee4d0918b61fcc3bed.tar.bz2 |
Oops! Use python_d.exe _before_ it's destroyed :-)
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/buildbot/clean.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/clean.bat b/Tools/buildbot/clean.bat index 7e7d713..4b94922 100644 --- a/Tools/buildbot/clean.bat +++ b/Tools/buildbot/clean.bat @@ -1,6 +1,6 @@ @rem Used by the buildbot "clean" step. call "%VS71COMNTOOLS%vsvars32.bat" cd PCbuild -devenv.com /clean Debug pcbuild.sln @echo Deleting .pyc/.pyo files ... python_d.exe rmpyc.py +devenv.com /clean Debug pcbuild.sln |