]> git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/buildall
makeg95.env edited for Mingw32/gcc 2.95 compilation; _T not redefined for
[wxWidgets.git] / utils / wxPython / buildall
1 #!/bin/bash
2 cd src
3 build $*
4 if [ "$?" != "0" ]; then
5 exit 1
6 fi
7
8 cd ../modules
9 buildall.py $*
10 cd ..
11