mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Update SQLite to 3.8.1 on Windows.
This commit is contained in:
parent
175e7257b1
commit
bc2f0ba6b8
5 changed files with 8 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue