X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e66e38e9fa71c680e8d048365b9b4ce8b674677..bc50a2ae95f2ab36b16ceedc7902a9cbfb2f70ea:/wxPython/b.win32?ds=sidebyside diff --git a/wxPython/b.win32 b/wxPython/b.win32 index aac2d54f47..80a20cd43b 100644 --- a/wxPython/b.win32 +++ b/wxPython/b.win32 @@ -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 @@ -75,20 +90,20 @@ elif [ "$1" = "a" ]; then shift CMD= -# $0 22 d -# $0 22 h -# $0 22 r -# $0 22 d UNICODE=1 -# $0 22 h UNICODE=1 -# $0 22 r UNICODE=1 - - $0 23 d - $0 23 h - $0 23 r + $0 23 d UNICODE=0 + $0 23 h UNICODE=0 + $0 23 r UNICODE=0 $0 23 d UNICODE=1 $0 23 h UNICODE=1 $0 23 r UNICODE=1 + $0 24 d UNICODE=0 + $0 24 h UNICODE=0 + $0 24 r UNICODE=0 + $0 24 d UNICODE=1 + $0 24 h UNICODE=1 + $0 24 r UNICODE=1 + # "b" --> both debug and hybrid builds elif [ "$1" = "b" ]; then