diff options
author | Thomas Heller <theller@ctypes.org> | 2007-06-10 18:27:54 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2007-06-10 18:27:54 (GMT) |
commit | 80958081df1687695dcb1649c911c299f716b724 (patch) | |
tree | da2ec57efe9c28eca430678e11f72bf7d1dee1b1 /Tools | |
parent | a7c583af6f62f01cbc6d57ef4646b9a9d8e38cb6 (diff) | |
download | cpython-80958081df1687695dcb1649c911c299f716b724.zip cpython-80958081df1687695dcb1649c911c299f716b724.tar.gz cpython-80958081df1687695dcb1649c911c299f716b724.tar.bz2 |
Need to set the environment variables, otherwise devenv.com is not found.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/buildbot/clean-amd64.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/clean-amd64.bat b/Tools/buildbot/clean-amd64.bat index 263e22b..7ef5e02 100644 --- a/Tools/buildbot/clean-amd64.bat +++ b/Tools/buildbot/clean-amd64.bat @@ -1,5 +1,5 @@ @rem Used by the buildbot "clean" step. -REM call "%VS71COMNTOOLS%vsvars32.bat" +call "%VS71COMNTOOLS%vsvars32.bat" cd PCbuild @echo Deleting .pyc/.pyo files ... python.exe rmpyc.py |