diff options
| author | Tim Peters <tim.peters@gmail.com> | 2006-03-13 20:09:32 +0000 |
|---|---|---|
| committer | Tim Peters <tim.peters@gmail.com> | 2006-03-13 20:09:32 +0000 |
| commit | a8a91ea20f2c7ad5cf49ee7d52163a5a5672d896 (patch) | |
| tree | b7ec3fca7818f77ca36106011105ee0c795d8141 | |
| parent | c27a8a46c111f94c4c512d85f768e6e6b8d82566 (diff) | |
| download | cpython-a8a91ea20f2c7ad5cf49ee7d52163a5a5672d896.tar.gz | |
It's necessary to do a Debug build of the bsddb project too.
| -rw-r--r-- | PCbuild/readme.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index f22915473a..94ea70252a 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -155,9 +155,13 @@ _bsddb 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, go to Sleepycat's download page: |
