Update SQLite to 3.8.1 on Windows.

This commit is contained in:
Martin v. Löwis 2013-11-22 18:36:28 +01:00
parent 175e7257b1
commit bc2f0ba6b8
5 changed files with 8 additions and 6 deletions

View file

@ -37,9 +37,9 @@ if not exist tcl-8.5.11.0 (
if not exist tk-8.5.11.0 svn export http://svn.python.org/projects/external/tk-8.5.11.0
@rem sqlite3
if not exist sqlite-3.7.12 (
rd /s/q sqlite-source-3.7.4
svn export http://svn.python.org/projects/external/sqlite-3.7.12
if not exist sqlite-3.8.1 (
rd /s/q sqlite-source-3.7.12
svn export http://svn.python.org/projects/external/sqlite-3.8.1
)
@rem lzma