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
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