@echo off call vcvars32 echo -------------------------------------------------------------- echo Building for Python 1.5.2... set PATH=d:\Python152;%PATH% python setup.py clean --all python setup.py bdist_wininst -c -o echo -------------------------------------------------------------- echo Building for Python 2.0... set PATH=d:\Python20;%PATH% python setup.py clean --all python setup.py bdist_wininst -c -o echo -------------------------------------------------------------- echo Building for Python 2.1... set PATH=d:\Python21;%PATH% python setup.py clean --all python setup.py bdist_wininst -c -o echo -------------------------------------------------------------- echo Building for Python 2.2... set PATH=d:\Python22;%PATH% python setup.py clean --all python setup.py bdist_wininst -c -o echo -------------------------------------------------------------- echo Building for Python 2.3... set PATH=d:\Python23;%PATH% python setup.py clean --all python setup.py bdist_wininst -c -o echo -------------------------------------------------------------- echo Building for Python 2.4... set PATH=d:\Python24;%PATH% python setup.py clean --all python setup.py bdist_wininst -c -o echo -------------------------------------------------------------- echo Building for Python 1.5.2 (debug build)... set PATH=d:\Python152;%PATH% python setup.py clean --all python setup.py mx_autoconf --enable-debug bdist_wininst -c -o --dist-dir=dist/debug/ echo -------------------------------------------------------------- echo Building for Python 2.0 (debug build)... set PATH=d:\Python20;%PATH% python setup.py clean --all python setup.py mx_autoconf --enable-debug bdist_wininst -c -o --dist-dir=dist/debug/ echo -------------------------------------------------------------- echo Building for Python 2.1 (debug build)... set PATH=d:\Python21;%PATH% python setup.py clean --all python setup.py mx_autoconf --enable-debug bdist_wininst -c -o --dist-dir=dist/debug/ echo -------------------------------------------------------------- echo Building for Python 2.2 (debug build)... set PATH=d:\Python22;%PATH% python setup.py clean --all python setup.py mx_autoconf --enable-debug bdist_wininst -c -o --dist-dir=dist/debug/ echo -------------------------------------------------------------- echo Building for Python 2.3 (debug build)... set PATH=d:\Python23;%PATH% python setup.py clean --all python setup.py mx_autoconf --enable-debug bdist_wininst -c -o --dist-dir=dist/debug/ echo -------------------------------------------------------------- echo Building for Python 2.4 (debug build)... set PATH=d:\Python24;%PATH% python setup.py clean --all python setup.py mx_autoconf --enable-debug bdist_wininst -c -o --dist-dir=dist/debug/