diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-03-13 20:09:32 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-03-13 20:09:32 (GMT) |
commit | 6da8cebe3ccf3a35a138ec6aeb03250bc86f9527 (patch) | |
tree | 8bda3be3c21daae5a8ed67063cf2a6081be243c4 /PCbuild | |
parent | 7ccbb0770cae277b5ffabb7f4fd32f4244456f25 (diff) | |
download | cpython-6da8cebe3ccf3a35a138ec6aeb03250bc86f9527.zip cpython-6da8cebe3ccf3a35a138ec6aeb03250bc86f9527.tar.gz cpython-6da8cebe3ccf3a35a138ec6aeb03250bc86f9527.tar.bz2 |
It's necessary to do a Debug build of the bsddb project too.
Diffstat (limited to 'PCbuild')
-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 f229154..94ea702 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: |