X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9416aa89ca06d0fb20b1002e026d2c7ac7aa6a17..442d08ce743780b40895848a7d07c083e327aa2f:/wxPython/b.bat diff --git a/wxPython/b.bat b/wxPython/b.bat index fba0a037f4..950b821e26 100755 --- a/wxPython/b.bat +++ b/wxPython/b.bat @@ -30,6 +30,11 @@ elseiff "%1" == "d" then shift set CMD=del wxPython\*.pyd +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 + rem "i" --> install elseiff "%1" == "i" then shift