]> git.saurik.com Git - wxWidgets.git/blame - wxPython/buildall
wxPython changes for new and improved wxSTC
[wxWidgets.git] / wxPython / buildall
CommitLineData
8f17924e
RD
1#!/bin/bash
2cd src
305b8c10 3python ../distrib/build.py $*
134d79dc 4if [ "$?" != "0" ]; then
8f17924e
RD
5 exit 1
6fi
7
f6bcfd97 8cd ../contrib
305b8c10 9python buildall.py $*
8f17924e
RD
10cd ..
11