]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/b.win32
GTK2: gtk_window_set_policy -> gtk_window_set_resizable. Slight change for resizable...
[wxWidgets.git] / wxPython / b.win32
index aac2d54f47fa71750f466c072f82b432faab2271..8444a1decec832d1a7daad8e359a8b81976b5306 100644 (file)
@@ -6,10 +6,9 @@
 # if this breaks something at your end, let me know and we can
 # figure out some solution for both of us.
 if [ "$SWIGDIR" = "" ]; then
-  SWIGDIR=$PROJECTS\\SWIG-cvs
+  SWIGDIR=$PROJECTS\\SWIG-1.3.27
 fi
 
-FLAGS="USE_SWIG=1 SWIG=$SWIGDIR\\swig.exe"
 
 #  Use non-default python?
 case $1 in
@@ -27,6 +26,22 @@ SETUP="$PYTHON -u setup.py"
 $PYTHON -c "import sys;print '\n', sys.version, '\n'"
 
 
+FLAGS="USE_SWIG=1 SWIG=$SWIGDIR\\swig.exe"
+UNIFLAG="UNICODE=1"
+
+for p in $*; do
+    if [ "$p" = "UNICODE=0" -o "$p" = "UNICODE=1" ]; then
+       UNIFLAG=""
+       break
+    fi
+done
+
+FLAGS="$FLAGS $UNIFLAG"
+
+
+
+
+
 
 # "c" --> clean
 if [ "$1" = "c" ]; then