Files
wxWidgets/wxPython/buildall
2000-08-30 15:08:21 +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 ..