diff options
author | Christian Heimes <christian@cheimes.de> | 2007-12-31 14:59:26 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-12-31 14:59:26 (GMT) |
commit | 656dc2adeeb3eded0c640002f86f2877c8c7e3fc (patch) | |
tree | e51d669ad3d07e028f713c23151f0f8085eae42b /Tools/buildbot/clean.bat | |
parent | 915d5d96d826c13cd6a89341fc1a2ce12811aea2 (diff) | |
download | cpython-656dc2adeeb3eded0c640002f86f2877c8c7e3fc.zip cpython-656dc2adeeb3eded0c640002f86f2877c8c7e3fc.tar.gz cpython-656dc2adeeb3eded0c640002f86f2877c8c7e3fc.tar.bz2 |
Fix paths for build bot
Diffstat (limited to 'Tools/buildbot/clean.bat')
-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 19400a9..5e7e790 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 +cd PC\VS7.1 @echo Deleting .pyc/.pyo files ... python_d.exe rmpyc.py devenv.com /clean Release pcbuild.sln |