]>
git.saurik.com Git - wxWidgets.git/blob - distrib/scripts/unix/unixbuild
3 # you need to change this if you run from outside this dir.
4 if [ "$WXROOT" = "" ]; then
8 .
$WXROOT/distrib
/scripts
/includes
/configure_build.inc
16 # Process command line options.
22 wxpython
) WXPYTHON
=1 ;;
26 motif
) PORT
="motif" ;;
35 OTHER_OPTS
="--with-$PORT "
39 make prefix
=$INSTALLDIR install
41 if [ "$WXPYTHON" == "1" ]; then
42 make -C contrib
/src
/animate prefix
=$INSTALLDIR install
43 make -C contrib
/src
/gizmos prefix
=$INSTALLDIR install
44 make -C contrib
/src
/stc prefix
=$INSTALLDIR install