diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-03-06 13:50:28 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-03-06 13:50:28 (GMT) |
commit | db311ba588df72e46f16c1aad08d67ef55ff70a8 (patch) | |
tree | 17afd2b08c18bfcb02a2c09be89cc9e4ed0acb58 /Tools | |
parent | 8c4e799ad08c5d397f596ca4e4edcc61b3c06410 (diff) | |
download | cpython-db311ba588df72e46f16c1aad08d67ef55ff70a8.zip cpython-db311ba588df72e46f16c1aad08d67ef55ff70a8.tar.gz cpython-db311ba588df72e46f16c1aad08d67ef55ff70a8.tar.bz2 |
Update db-4.4.20 build procedure.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/buildbot/external-amd64.bat | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Tools/buildbot/external-amd64.bat b/Tools/buildbot/external-amd64.bat index 3e5c859..0ea4d64 100644 --- a/Tools/buildbot/external-amd64.bat +++ b/Tools/buildbot/external-amd64.bat @@ -10,10 +10,15 @@ call "%VS90COMNTOOLS%vsvars32.bat" if not exist bzip2-1.0.3 svn export http://svn.python.org/projects/external/bzip2-1.0.3 @rem Sleepycat db -if not exist db-4.4.20 svn export http://svn.python.org/projects/external/db-4.4.20 -@REM if not exist db-4.4.20\build_win32\debug\libdb44sd.lib ( -@REM vcbuild db-4.4.20\build_win32\Berkeley_DB.sln /build Debug /project db_static -@REM ) +@rem Remove VS 2003 builds +if exist db-4.4.20 if not exist db-4.4.20\build_win32\this_is_for_vs9 ( + echo Removing old build + rd /s/q db-4.4.20 +) +if not exist db-4.4.20 svn export http://svn.python.org/projects/external/db-4.4.20-vs9 db-4.4.20 +if not exist db-4.4.20\build_win32\debug\libdb44sd.lib ( + vcbuild db-4.4.20\build_win32\db_static.vcproj "Debug AMD64|x64" +) @rem OpenSSL if not exist openssl-0.9.8g ( |