]> git.saurik.com Git - wxWidgets.git/commitdiff
cleanup and minor tweak for wxPython build
authorRobin Dunn <robin@alldunn.com>
Wed, 5 Jul 2006 18:39:03 +0000 (18:39 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 5 Jul 2006 18:39:03 +0000 (18:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/scripts/includes/configure_build.inc
distrib/scripts/mac/mac_options.inc

index a754d9a03669a2d913e62a4005a04113c34d8f7d..18739204db02f44acc6cff1194eb7c2457049dff 100644 (file)
@@ -22,6 +22,7 @@ ANSI_OPTS="--enable-ansi"
 WXPYTHON_OPTS="--enable-monolithic \
        --with-opengl \
        --enable-sound \
+        --enable-mediactrl \
        --enable-display \
        --enable-geometry \
        --enable-debug_flag \
index a810a43836d9b059ee18dec09f25bc322e688685..20d995d874731154c27615088995a99f6d80f316 100644 (file)
@@ -10,10 +10,10 @@ STATIC=0
 # Process command line options.
 for i in "$@"; do
     case "$i" in
-    unicode)       UNICODE=1 ;;
-    ansi)          UNICODE=0 ;;
-    debug)         DEBUG=1 ;;
-    wxpython)      WXPYTHON=1 ;;
+       unicode)       UNICODE=1 ;;
+       ansi)          UNICODE=0 ;;
+       debug)         DEBUG=1 ;;
+       wxpython)      WXPYTHON=1 ;;
        universal)     UNIVERSAL=1 ;;
        carbon)        PORT="mac" ;;
        cocoa)         PORT="cocoa" ;;