]>
git.saurik.com Git - wxWidgets.git/blob - distrib/scripts/mac/macbuild
   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
 
  10 . 
$WXROOT/distrib
/scripts
/mac
/mac_options.inc
 
  12 # most of this script is shared with other Mac-based and other 
  13 # configure-based build scripts, which is why this looks a little empty. 
  15 if [ "$UNIVERSAL" = "1" ]; then 
  16   OTHER_OPTS
="--enable-universal_binary " 
  21 make prefix
=$INSTALLDIR install 
  23 if [ "$WXPYTHON" == "1" ]; then 
  24   make -C contrib
/src
/animate prefix
=$INSTALLDIR install 
  25   make -C contrib
/src
/gizmos prefix
=$INSTALLDIR install 
  26   make -C contrib
/src
/stc prefix
=$INSTALLDIR install