]> git.saurik.com Git - wxWidgets.git/blame - utils/wxPython/buildall
Fix for differences of when the ECT_WINDOW_CREATE happens between
[wxWidgets.git] / utils / 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
8cd ../modules
305b8c10 9python buildall.py $*
8f17924e
RD
10cd ..
11