[Python-checkins] r66529 - python/trunk/PCbuild/readme.txt
georg.brandl
python-checkins at python.org
Sun Sep 21 09:24:11 CEST 2008
Author: georg.brandl
Date: Sun Sep 21 09:24:11 2008
New Revision: 66529
Log:
#3901: bsddb fix.
Modified:
python/trunk/PCbuild/readme.txt
Modified: python/trunk/PCbuild/readme.txt
==============================================================================
--- python/trunk/PCbuild/readme.txt (original)
+++ python/trunk/PCbuild/readme.txt Sun Sep 21 09:24:11 2008
@@ -104,7 +104,7 @@
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 @@
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:
More information about the Python-checkins
mailing list