Commit 6da8cebe authored by Tim Peters's avatar Tim Peters

It's necessary to do a Debug build of the bsddb project too.

parent 7ccbb077
...@@ -155,10 +155,14 @@ _bsddb ...@@ -155,10 +155,14 @@ _bsddb
svn export http://svn.python.org/projects/external/db-4.4.20 svn export http://svn.python.org/projects/external/db-4.4.20
Then open a VS.NET 2003 shell, and invoke Then open a VS.NET 2003 shell, and invoke:
devenv db-4.4.20\build_win32\Berkeley_DB.sln /build Release /project db_static devenv db-4.4.20\build_win32\Berkeley_DB.sln /build Release /project db_static
and do that a second time for a Debug build too:
devenv db-4.4.20\build_win32\Berkeley_DB.sln /build Debug /project db_static
Alternatively, if you want to start with the original sources, Alternatively, if you want to start with the original sources,
go to Sleepycat's download page: go to Sleepycat's download page:
http://www.sleepycat.com/downloads/releasehistorybdb.html http://www.sleepycat.com/downloads/releasehistorybdb.html
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment