From cc0f2b20c59a6cf5091c45b6140967d8a05856c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Fri, 13 Jun 2008 18:12:51 +0000 Subject: [PATCH] Switch to SQLite 3.5.9. --- Misc/NEWS | 2 +- PCbuild/pyproject.vsprops | 2 +- PCbuild/readme.txt | 2 +- PCbuild/sqlite3.vcproj | 214 +---------------------------- Tools/buildbot/external-common.bat | 7 +- 5 files changed, 15 insertions(+), 212 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 5d5883f9209..eeeaab0ce80 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -307,7 +307,7 @@ Library Build ----- -- The Windows installer now includes Tk 8.5 and bzip2 1.0.5. +- The Windows installer now includes Tk 8.5, bzip2 1.0.5, and SQLite 3.5.9. - Patch #1722225: Support QNX 6. diff --git a/PCbuild/pyproject.vsprops b/PCbuild/pyproject.vsprops index 48c691521d6..4a9f8eca949 100644 --- a/PCbuild/pyproject.vsprops +++ b/PCbuild/pyproject.vsprops @@ -74,7 +74,7 @@ /> - - - - - - - - - - - - - - - - - - - - @@ -573,167 +533,7 @@ Name="Source Files" > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Tools/buildbot/external-common.bat b/Tools/buildbot/external-common.bat index 236245d75a9..80316be2295 100644 --- a/Tools/buildbot/external-common.bat +++ b/Tools/buildbot/external-common.bat @@ -15,7 +15,7 @@ cd .. @rem if exist tk-8.4.18.1 rd /s/q tk-8.4.18.1 @rem if exist db-4.4.20 rd /s/q db-4.4.20 @rem if exist openssl-0.9.8g rd /s/q openssl-0.9.8g -@rem if exist sqlite-source-3.3.4 rd /s/q sqlite-source-3.3.4 +@rem if exist sqlite-source-3.5.9 rd /s/q sqlite-source-3.5.9 @rem bzip if not exist bzip2-1.0.5 ( @@ -37,4 +37,7 @@ if not exist tcl-8.5.2.1 ( if not exist tk-8.5.2.0 svn export http://svn.python.org/projects/external/tk-8.5.2.0 @rem sqlite3 -if not exist sqlite-source-3.3.4 svn export http://svn.python.org/projects/external/sqlite-source-3.3.4 +if not exist sqlite-source-3.5.9 ( + rd /s/q sqlite-source-3.3.4 + svn export http://svn.python.org/projects/external/sqlite-source-3.5.9 +)