]> git.saurik.com Git - wxWidgets.git/blame - utils/wxPython/buildall
bugfix dealing with where the CWD is...
[wxWidgets.git] / utils / wxPython / buildall
CommitLineData
8f17924e
RD
1#!/bin/bash
2cd src
3build $*
134d79dc 4if [ "$?" != "0" ]; then
8f17924e
RD
5 exit 1
6fi
7
8cd ../modules
9buildall.py $*
10cd ..
11