]> git.saurik.com Git - wxWidgets.git/blame_incremental - utils/wxPython/buildall
wxHandleFatalExceptions() added, documented
[wxWidgets.git] / utils / wxPython / buildall
... / ...
CommitLineData
1#!/bin/bash
2cd src
3python ../distrib/build.py $*
4if [ "$?" != "0" ]; then
5 exit 1
6fi
7
8cd ../modules
9python buildall.py $*
10cd ..
11