From 80958081df1687695dcb1649c911c299f716b724 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Sun, 10 Jun 2007 18:27:54 +0000 Subject: Need to set the environment variables, otherwise devenv.com is not found. --- Tools/buildbot/clean-amd64.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12