Checkout sqlite-source when it is not there.

This commit is contained in:
Thomas Heller 2008-03-19 16:10:57 +00:00
parent 8ff4963594
commit 12b580b2c6
1 changed files with 2 additions and 0 deletions

View File

@ -29,3 +29,5 @@ if not exist openssl-0.9.8g svn export http://svn.python.org/projects/external/o
if not exist tcl-8.4.18.2 svn export http://svn.python.org/projects/external/tcl-8.4.18.2
if not exist tk-8.4.18.1 svn export http://svn.python.org/projects/external/tk-8.4.18.1
@rem sqlite3
if not exist sqlite-source-3.3.4 svn export http://svn.python.org/projects/external/sqlite-source-3.3.4