Martin v. Löwis | 14c1cf8 | 2006-03-13 10:52:04 +0000 | [diff] [blame] | 1 | @rem Fetches (and builds if necessary) external dependencies |
2 | |||||
3 | @rem Assume we start inside the Python source directory | ||||
4 | cd .. | ||||
5 | |||||
6 | @rem bzip | ||||
7 | if not exist bzip2-1.0.3 svn export http://svn.python.org/projects/external/bzip2-1.0.3 | ||||
8 |