summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot/external.bat
blob: 39c118197a9706f5b5b3637062ef6bc923efad1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@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

@rem Sleepycat db
if not exist db-4.4.20 svn export http://svn.python.org/projects/external/db-4.4.20
if not exist db-4.4.20\build_win32\debug\libdb44sd.lib (
   devenv db-4.4.20\build_win32\Berkeley_DB.sln /build Debug /project db_static
)