]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/b.bat
Added wxUSE_OWNER_DRAWN for wxPM (OS/2)
[wxWidgets.git] / wxPython / b.bat
index 68eda213b260a2e1e6a81cbeb23a673871b12223..78502de7dee92f29f33f3cec2cd2c9a15e4eef5b 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
-       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