mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Merged revisions 77226 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77226 | martin.v.loewis | 2010-01-02 10:25:21 +0100 (Sa, 02 Jan 2010) | 2 lines Update Windows build to sqlite 3.6.21. ........
This commit is contained in:
parent
73801ec42a
commit
7df3b9eb15
5 changed files with 7 additions and 7 deletions
|
@ -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.8l rd /s/q openssl-0.9.8l
|
||||
@rem if exist sqlite-3.5.9 rd /s/q sqlite-3.5.9
|
||||
@rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21
|
||||
|
||||
@rem bzip
|
||||
if not exist bzip2-1.0.5 (
|
||||
|
@ -37,7 +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-3.5.9 (
|
||||
if not exist sqlite-3.6.21 (
|
||||
rd /s/q sqlite-source-3.3.4
|
||||
svn export http://svn.python.org/projects/external/sqlite-3.5.9
|
||||
svn export http://svn.python.org/projects/external/sqlite-3.6.21
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue