[Python-checkins] r43012 - python/trunk/PCbuild/readme.txt
tim.peters
python-checkins at python.org
Mon Mar 13 21:09:34 CET 2006
Author: tim.peters
Date: Mon Mar 13 21:09:32 2006
New Revision: 43012
Modified:
python/trunk/PCbuild/readme.txt
Log:
It's necessary to do a Debug build of the bsddb project too.
Modified: python/trunk/PCbuild/readme.txt
==============================================================================
--- python/trunk/PCbuild/readme.txt (original)
+++ python/trunk/PCbuild/readme.txt Mon Mar 13 21:09:32 2006
@@ -155,9 +155,13 @@
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:
More information about the Python-checkins
mailing list