Files
wxWidgets/wxPython/buildall
T
2000-07-15 19:51:35 +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 ..