mirror of https://github.com/python/cpython
Initialize VS environment in external.bat as well.
This commit is contained in:
parent
f6f7925971
commit
fcddd2930c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue