From: Thomas Heller Date: Sun, 10 Jun 2007 18:27:54 +0000 (+0000) Subject: Need to set the environment variables, otherwise devenv.com is not found. X-Git-Tag: v2.6a1~1634 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80958081df1687695dcb1649c911c299f716b724;p=thirdparty%2FPython%2Fcpython.git Need to set the environment variables, otherwise devenv.com is not found. --- diff --git a/Tools/buildbot/clean-amd64.bat b/Tools/buildbot/clean-amd64.bat index 263e22bb37be..7ef5e02fb677 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