From: Martin v. Löwis Date: Thu, 6 Mar 2008 13:49:47 +0000 (+0000) Subject: Rely on x64 platform configuration when building _bsddb on AMD64. X-Git-Tag: v2.6a2~364 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c4e799ad08c5d397f596ca4e4edcc61b3c06410;p=thirdparty%2FPython%2Fcpython.git Rely on x64 platform configuration when building _bsddb on AMD64. --- diff --git a/PCbuild/_bsddb.vcproj b/PCbuild/_bsddb.vcproj index a59c7032aec6..3efdcce0c50d 100644 --- a/PCbuild/_bsddb.vcproj +++ b/PCbuild/_bsddb.vcproj @@ -115,11 +115,11 @@ /> @@ -497,11 +497,11 @@ /> diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 4d2f9b6173dd..6b04b92c8ccd 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -202,7 +202,9 @@ _bsddb The _bsddb subprojects depends only on the db_static project of Berkeley DB. You have to choose either "Release", "Release AMD64", "Debug" - or "Debug AMD64" as configuration. + or "Debug AMD64" as configuration. For the AND64 builds, you need to + create the "x64" platform first (in Solution Platforms\Configuration + Manager...) Alternatively, if you want to start with the original sources, go to Sleepycat's download page: