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:
Robin Dunn 2003-12-24 01:39:22 +00:00
parent 998e6e9fdb
commit dd83f6184e

View File

@ -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