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:
parent
998e6e9fdb
commit
dd83f6184e
@ -29,7 +29,8 @@ copy docs\xml\wxPython-metadata.xml %BASE%\docs\xml
|
||||
|
||||
rem *** remove unneeded files
|
||||
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
|
||||
del /sxzy @del-files
|
||||
del del-files
|
||||
|
Loading…
Reference in New Issue
Block a user