]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/scripts/mac/mac_options.inc
added collpane sampel files
[wxWidgets.git] / distrib / scripts / mac / mac_options.inc
index a810a43836d9b059ee18dec09f25bc322e688685..20d995d874731154c27615088995a99f6d80f316 100644 (file)
@@ -10,10 +10,10 @@ STATIC=0
 # Process command line options.
 for i in "$@"; do
     case "$i" in
 # 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" ;;
        universal)     UNIVERSAL=1 ;;
        carbon)        PORT="mac" ;;
        cocoa)         PORT="cocoa" ;;