]> git.saurik.com Git - wxWidgets.git/blob - wxPython/buildall
wxDC::GetSize() should work now in wxGTK
[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