]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/mac/wxPythonOSX/build
Document wxTLW::EnableCloseButton.
[wxWidgets.git] / wxPython / distrib / mac / wxPythonOSX / build
index f05c29b41dc13e10029c5a2df656e5e3f6fc41f9..2f3becd3c75c97431bba3f0504e8c5b7813cce4f 100755 (executable)
@@ -257,6 +257,7 @@ if [ $skipconfig != yes -a $universal != yes ]; then
        --enable-sound \
        --enable-display \
        --enable-geometry \
+       --enable-graphics_ctx \
        $DEBUG_FLAG \
        --enable-precomp=no \
        --enable-optimise \
@@ -278,7 +279,6 @@ if [ $skipbuild != yes ]; then
         $WXDIR/distrib/scripts/mac/macbuild wxpython universal $CHARTYPE
     else
         make $MAKEJOBS
-        make $MAKEJOBS -C contrib/src/animate
         make $MAKEJOBS -C contrib/src/gizmos
         make $MAKEJOBS -C contrib/src/stc
     fi
@@ -308,7 +308,6 @@ if [ $skipinstall != yes ]; then
     cd $WXBLD
     if [ $universal != yes ]; then
         make                        prefix=$INSTALLROOT$PREFIX install
-        make -C contrib/src/animate prefix=$INSTALLROOT$PREFIX install
         make -C contrib/src/gizmos  prefix=$INSTALLROOT$PREFIX install
         make -C contrib/src/stc     prefix=$INSTALLROOT$PREFIX install
     fi