diff options
author | Georg Brandl <georg@python.org> | 2008-09-21 07:24:11 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-09-21 07:24:11 (GMT) |
commit | e4c1f11e20aab8686df4339c8d83b17eb053948b (patch) | |
tree | 73f1bd1493fc5e6c03c4df3801b5aef472c527ac /PCbuild | |
parent | 83463ce8d4a74a0955fb2d5a09ca16a80f4fe745 (diff) | |
download | cpython-e4c1f11e20aab8686df4339c8d83b17eb053948b.zip cpython-e4c1f11e20aab8686df4339c8d83b17eb053948b.tar.gz cpython-e4c1f11e20aab8686df4339c8d83b17eb053948b.tar.bz2 |
#3901: bsddb fix.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/readme.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 6191ae4..c9e8256 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -104,7 +104,7 @@ winsound Python-controlled subprojects that wrap external projects: _bsddb - Wraps Berkeley DB 4.4.20, which is currently built by _bsddb44.vcproj. + Wraps Berkeley DB 4.7.25, which is currently built by _bsddb.vcproj. project (see below). _sqlite3 Wraps SQLite 3.5.9, which is currently built by sqlite3.vcproj (see below). @@ -213,7 +213,7 @@ So for a release build, you'd call it as: This will be cleaned up in the future; ideally Tcl/Tk will be brought into our pcbuild.sln as custom .vcproj files, just as we've recently done with the -_bsddb44.vcproj and sqlite3.vcproj files, which will remove the need for +_bsddb.vcproj and sqlite3.vcproj files, which will remove the need for Tcl/Tk to be built separately via a batch file. XXX trent.nelson 02-Apr-08: |