[Python-checkins] r55856 - python/trunk/Tools/buildbot/clean-amd64.bat

thomas.heller python-checkins at python.org
Sun Jun 10 20:27:58 CEST 2007


Author: thomas.heller
Date: Sun Jun 10 20:27:54 2007
New Revision: 55856

Modified:
   python/trunk/Tools/buildbot/clean-amd64.bat
Log:
Need to set the environment variables, otherwise devenv.com is not found.

Modified: python/trunk/Tools/buildbot/clean-amd64.bat
==============================================================================
--- python/trunk/Tools/buildbot/clean-amd64.bat	(original)
+++ python/trunk/Tools/buildbot/clean-amd64.bat	Sun Jun 10 20:27:54 2007
@@ -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


More information about the Python-checkins mailing list