mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Merged revisions 58149-58150 via svnmerge from
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. ........
This commit is contained in:
parent
5a885d7f3a
commit
a5b8e04bd5
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue