]> git.saurik.com Git - wxWidgets.git/blob - wxPython/buildall
If the "partial" argument is true, you're probably meant to set the
[wxWidgets.git] / wxPython / buildall
1 #!/bin/bash
2 cd src
3 python ../distrib/build.py $*
4 if [ "$?" != "0" ]; then
5 exit 1
6 fi
7
8 cd ../contrib
9 python buildall.py $*
10 cd ..
11