summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2007-06-10 18:27:54 (GMT)
committerThomas Heller <theller@ctypes.org>2007-06-10 18:27:54 (GMT)
commit80958081df1687695dcb1649c911c299f716b724 (patch)
treeda2ec57efe9c28eca430678e11f72bf7d1dee1b1 /Tools
parenta7c583af6f62f01cbc6d57ef4646b9a9d8e38cb6 (diff)
downloadcpython-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.bat2
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