#!/bin/bash
# ----------------------------------------------------------------------
-# To Robin: I tried to avoid making any changes to the existing
-# build scripts, but my env requires me to specify Windows paths...
-# 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-1.3.27
+ SWIGDIR=$PROJECTS\\SWIG-1.3.29
fi
22 | 2.2) VER=22; shift ;;
23 | 2.3) VER=23; shift ;;
24 | 2.4) VER=24; shift ;;
+ 25 | 2.5) VER=25; shift ;;
*) VER=24
esac