]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/all/do-build-windows
Some tweaks to build hosts and tasks
[wxWidgets.git] / wxPython / distrib / all / do-build-windows
index 8dc962febdde8dbb4135caad1decb052ce9bf3dd..871ec7696ff604198bbe235c770e2771fc9c8932 100755 (executable)
@@ -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