X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/30eb969a19531c4758ef440031f037235a4282f2..70b5f65e55a743363c17d36b6e76d90da9c8667f:/wxPython/distrib/all/do-build-windows diff --git a/wxPython/distrib/all/do-build-windows b/wxPython/distrib/all/do-build-windows index 8dc962febd..871ec7696f 100755 --- a/wxPython/distrib/all/do-build-windows +++ b/wxPython/distrib/all/do-build-windows @@ -36,13 +36,6 @@ WXWIN=`cygpath -w $WXDIR` export WXWIN -# # Fix the PATH. (Why is this needed??) -# PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/robind/bin:.:$WXDIR/lib/vc_dll:$PATH -# export PATH -# echo "-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=" -# echo $PATH -# echo "-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=" -# exit 0 # setup the compiler if [ $PYVER = 2.3 ]; then @@ -115,9 +108,9 @@ mkdir -p dist for ver in $PYVER; do echo $ver - b $ver d USE_SWIG=0 - b $ver h USE_SWIG=0 EP_ADD_OPTS=1 - b $ver r USE_SWIG=0 + b $ver d UNICODE=0 USE_SWIG=0 + b $ver h UNICODE=0 USE_SWIG=0 EP_ADD_OPTS=1 + b $ver r UNICODE=0 USE_SWIG=0 b $ver d UNICODE=1 USE_SWIG=0 b $ver h UNICODE=1 USE_SWIG=0 EP_ADD_OPTS=1 b $ver r UNICODE=1 USE_SWIG=0