]> git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/buildall
Patch to add extern "C" to winsock.h in gcc2.95
[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