blob: 5dd11140b7619b063ee4b1396522b2e130382721 (
plain)
1
2
3
4
5
6
7
8
|
@rem Fetches (and builds if necessary) external dependencies
@rem Assume we start inside the Python source directory
cd ..
@rem bzip
if not exist bzip2-1.0.3 svn export http://svn.python.org/projects/external/bzip2-1.0.3
|