X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9e689c06580edd7bec956e2692dafc8bc53648be..1341230e80db9f532df40e28e8cb799136c4883d:/wxPython/b diff --git a/wxPython/b b/wxPython/b index ece53b1cbd..4888c8ad75 100755 --- a/wxPython/b +++ b/wxPython/b @@ -9,6 +9,9 @@ elif [ "$1" = "20" ]; then elif [ "$1" = "21" ]; then PYVER=2.1 shift +else + echo You must specify Python version as first parameter. + exit fi @@ -29,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