X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9df61a29d2ff6ec6037c04a4da6d5418c1a5fbc9..1c7e7d5b1e9085e6afcfac8e914a2cdeb3bc405c:/wxPython/b diff --git a/wxPython/b b/wxPython/b index a7cf3f8878..4888c8ad75 100755 --- a/wxPython/b +++ b/wxPython/b @@ -32,6 +32,11 @@ elif [ "$1" = "d" ]; then shift CMD="rm -f wxPython/*.so" +# "t" --> touch *.i files +elif [ "$1" = "t" ]; then + shift + CMD="set CMD=touch src\*.i; touch contrib\glcanvas\*.i; touch contrib\ogl\*.i; touch contrib\stc\*.i" + # "i" --> install elif [ "$1" = "i" ]; then shift