From: Martin v. Löwis Date: Fri, 14 Sep 2007 06:49:43 +0000 (+0000) Subject: Clean both Release and Debug projects, to support X-Git-Tag: v2.6a1~1290 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f0a5b09db28e7b80f3a8d14604cff4795a455738;p=thirdparty%2FPython%2Fcpython.git Clean both Release and Debug projects, to support the MSI builder. --- diff --git a/Tools/buildbot/clean.bat b/Tools/buildbot/clean.bat index 4b949225d183..19400a9f9460 100644 --- a/Tools/buildbot/clean.bat +++ b/Tools/buildbot/clean.bat @@ -3,4 +3,5 @@ call "%VS71COMNTOOLS%vsvars32.bat" cd PCbuild @echo Deleting .pyc/.pyo files ... python_d.exe rmpyc.py +devenv.com /clean Release pcbuild.sln devenv.com /clean Debug pcbuild.sln