Files
wxWidgets/wxPython/buildall
2006-07-30 23:36:38 +00:00

12 lines
132 B
Bash
Executable File

#!/bin/bash
cd src
python ../distrib/build.py $*
if [ "$?" != "0" ]; then
exit 1
fi
cd ../contrib
python buildall.py $*
cd ..