]> git.saurik.com Git - wxWidgets.git/commitdiff
delete the .pyc files before making a preview
authorRobin Dunn <robin@alldunn.com>
Wed, 24 Dec 2003 01:39:22 +0000 (01:39 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 24 Dec 2003 01:39:22 +0000 (01:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/makepreview.bat

index 60d7a0269335fb126e6516894fc7a5a9df36d042..28dd5428cb766452b663bfde0dbba38aa6774a79 100755 (executable)
@@ -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