mirror of
https://github.com/python/cpython.git
synced 2026-01-05 23:12:38 +00:00
svn+ssh://pythondev@svn.python.org/python/trunk ........ r58149 | martin.v.loewis | 2007-09-14 08:49:43 +0200 (Fr, 14 Sep 2007) | 3 lines Clean both Release and Debug projects, to support the MSI builder. ........ r58150 | martin.v.loewis | 2007-09-14 08:50:21 +0200 (Fr, 14 Sep 2007) | 2 lines Rename import library for debug build to _msi_d.lib. ........
7 lines
217 B
Batchfile
7 lines
217 B
Batchfile
@rem Used by the buildbot "clean" step.
|
|
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
|