-# # 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
+ echo "Using MSVC ver 6"
+ . msvcset local 6
+ echo `which cl.exe`
+else
+ echo "Using MSVC ver 7"
+ . msvcset local 7
+ echo `which cl.exe`
+fi