mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Update to bsddb 4.4.20.
This commit is contained in:
parent
eadee9a744
commit
f6f7925971
3 changed files with 39 additions and 46 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue