X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c5e8ed2391020d24f655332a40f989ed0db19c05..28f5082b3235a349ffc3b99eeacca5049ccd42dd:/wxPython/b.bat?ds=sidebyside diff --git a/wxPython/b.bat b/wxPython/b.bat index 68eda213b2..bac1570059 100755 --- a/wxPython/b.bat +++ b/wxPython/b.bat @@ -37,7 +37,8 @@ elseiff "%1" == "d" then rem touch all the *.i files so swig will regenerate elseiff "%1" == "t" then shift - set CMD=touch src\*.i & touch contrib\glcanvas\*.i & touch contrib\ogl\*.i & touch contrib\stc\*.i & touch contrib\gizmos\*.i & touch contrib\dllwidget\*.i + set CMD=echo Finished! + find . -name "*.i" | xargs -l touch rem "i" --> install elseiff "%1" == "i" then @@ -71,6 +72,9 @@ elseiff "%1" == "a" then call b.bat 15 c call b.bat 15 f + cd demo + p15 encode_bitmaps.py + cd - call b.bat 15 r call b.bat 15 c call b.bat 15 h