X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2da0c077ce3d319f989bf172ce84f8752e9842f3..3d6c749c6cbbe059dd93b3fa2666ce66ca25a7a7:/wxPython/distrib/all/do-build-windows diff --git a/wxPython/distrib/all/do-build-windows b/wxPython/distrib/all/do-build-windows index cd40bdb2bf..66ebe3cc2f 100755 --- a/wxPython/distrib/all/do-build-windows +++ b/wxPython/distrib/all/do-build-windows @@ -27,8 +27,7 @@ WXDIR=$1 DESTDIR=$2 SKIPCLEAN=$3 VERSION=$4 -shift;shift;shift;shift -PYVER=$@ +PYVER=$5 # WXDIR is the cygwin path, WXWIN is the DOS path @@ -45,6 +44,17 @@ export WXWIN # 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 + # untar the source echo "Unarchiving wxPython-src-$VERSION.tar.gz" @@ -64,6 +74,7 @@ unix2dos -D $names echo "Setting up for the build..." cd $WXDIR/build/msw cp $WXDIR/wxPython/distrib/msw/.m* . +chmod +x .m* # replace some settings in setup0.h and write to setup.h