]> git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/buildall
calendar.cpp
[wxWidgets.git] / utils / 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 ../modules
9 python buildall.py $*
10 cd ..
11