delete the .pyc files before making a preview
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -29,7 +29,8 @@ copy docs\xml\wxPython-metadata.xml %BASE%\docs\xml
|
|||||||
|
|
||||||
rem *** remove unneeded files
|
rem *** remove unneeded files
|
||||||
cd _distrib_zip
|
cd _distrib_zip
|
||||||
ffind /A:D /SB CVS > del-files
|
ffind /A:D /SB CVS > del-files
|
||||||
|
ffind /SB *.pyc >> del-files
|
||||||
cat del-files
|
cat del-files
|
||||||
del /sxzy @del-files
|
del /sxzy @del-files
|
||||||
del del-files
|
del del-files
|
||||||
|
Reference in New Issue
Block a user