Update to bsddb 4.4.20.

This commit is contained in:
Martin v. Löwis 2006-03-13 13:48:05 +00:00
parent eadee9a744
commit f6f7925971
3 changed files with 39 additions and 46 deletions

View file

@ -6,3 +6,8 @@ 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
)