X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f60a22bd94d8d14ee3a0a9c938e793ba79c240f4..f78e4942ec0f3f6abd2992502e2d6c5c2e8e55f6:/wxPython/b.win32 diff --git a/wxPython/b.win32 b/wxPython/b.win32 index 80fbae2007..2059a8a45f 100644 --- a/wxPython/b.win32 +++ b/wxPython/b.win32 @@ -2,20 +2,19 @@ # ---------------------------------------------------------------------- -FLAGS="USE_SWIG=1 SWIG=e:/projects/SWIG-cvs/swig.exe" +FLAGS="USE_SWIG=1 SWIG=$PROJECTS/SWIG-cvs/swig.exe" # Use non-default python? case $1 in - 21 | 2.1) VER=21 ;; - 22 | 2.2) VER=22 ;; - 23 | 2.3) VER=23 ;; + 21 | 2.1) VER=21; shift ;; + 22 | 2.2) VER=22; shift ;; + 23 | 2.3) VER=23; shift ;; + 24 | 2.4) VER=24; shift ;; - *) echo You must specify the Python version as first parameter. - exit -1 + *) VER=24 esac PYTHON=$TOOLS/python$VER/python.exe -shift SETUP="$PYTHON -u setup.py" $PYTHON -c "import sys;print '\n', sys.version, '\n'" @@ -91,7 +90,7 @@ elif [ "$1" = "b" ]; then $0 $VER $@ $0 $VER h $@ -# (no command arg) --> normal build for development +# (no command arg) --> normal debug build for development else CMD="$SETUP $FLAGS HYBRID=0 build_ext --inplace --debug $@" fi