Use 'del' instead of rmpyc.py to remove the pyc and pyo files.
This commit is contained in:
parent
631784322b
commit
1c8e5bc3b7
@ -2,5 +2,5 @@
|
|||||||
call "%VS71COMNTOOLS%vsvars32.bat"
|
call "%VS71COMNTOOLS%vsvars32.bat"
|
||||||
cd PCbuild
|
cd PCbuild
|
||||||
@echo Deleting .pyc/.pyo files ...
|
@echo Deleting .pyc/.pyo files ...
|
||||||
python.exe rmpyc.py
|
del /s Lib\*.pyc Lib\*.pyo
|
||||||
devenv.com /clean ReleaseAMD64 pcbuild.sln
|
devenv.com /clean ReleaseAMD64 pcbuild.sln
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
call "%VS71COMNTOOLS%vsvars32.bat"
|
call "%VS71COMNTOOLS%vsvars32.bat"
|
||||||
cd PCbuild
|
cd PCbuild
|
||||||
@echo Deleting .pyc/.pyo files ...
|
@echo Deleting .pyc/.pyo files ...
|
||||||
python_d.exe rmpyc.py
|
del /s Lib\*.pyc Lib\*.pyo
|
||||||
devenv.com /clean Release pcbuild.sln
|
devenv.com /clean Release pcbuild.sln
|
||||||
devenv.com /clean Debug pcbuild.sln
|
devenv.com /clean Debug pcbuild.sln
|
||||||
|
Loading…
x
Reference in New Issue
Block a user