Initialize VS environment in external.bat as well.

This commit is contained in:
Martin v. Löwis 2006-03-13 14:12:47 +00:00
parent f6f7925971
commit fcddd2930c

View file

@ -2,6 +2,7 @@
@rem Assume we start inside the Python source directory
cd ..
call "%VS71COMNTOOLS%vsvars32.bat"
@rem bzip
if not exist bzip2-1.0.3 svn export http://svn.python.org/projects/external/bzip2-1.0.3