]> granicus.if.org Git - python/commitdiff
The part checking for the sqlite DLL was looking at, and
authorTim Peters <tim.peters@gmail.com>
Tue, 4 Apr 2006 19:12:51 +0000 (19:12 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 4 Apr 2006 19:12:51 +0000 (19:12 +0000)
copying to, a wrong location (it copied the DLL under the
Python directory, and gave it name 'PCbuild').

The Windows buildbots other than mine are probably hung
now, waiting for someone to press "OK" on a popup box
informing them that sqlite3.dll couldn't be found.

Tools/buildbot/external.bat

index a1758e3e52abbf7301e22fa872b8c5a2461ff9f6..c6d252ddb9ef7cfc00cdbbf9a5e003e026968285 100644 (file)
@@ -32,4 +32,4 @@ if not exist tcl8.4.12 (
 \r
 @rem sqlite\r
 if not exist sqlite-source-3.3.4 svn export http://svn.python.org/projects/external/sqlite-source-3.3.4\r
-if not exist build\Python\PCbuild\sqlite3.dll copy sqlite-source-3.3.4\sqlite3.dll build\Python\PCbuild\r
+if not exist build\PCbuild\sqlite3.dll copy sqlite-source-3.3.4\sqlite3.dll build\PCbuild\r