]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/b.bat
checked in forgottern parts of MSLU changes
[wxWidgets.git] / wxPython / b.bat
index 68eda213b260a2e1e6a81cbeb23a673871b12223..bac157005999b3e7088500ac0c0bc39bbeca7d18 100755 (executable)
@@ -37,7 +37,8 @@ elseiff "%1" == "d" then
 rem touch all the *.i files so swig will regenerate
 elseiff "%1" == "t" then
        shift
 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
 
 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
 
        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
        call b.bat 15 r
        call b.bat 15 c
        call b.bat 15 h