[Python-checkins] r61279 - python/trunk/Tools/buildbot/external-amd64.bat

martin.v.loewis python-checkins at python.org
Thu Mar 6 14:50:29 CET 2008


Author: martin.v.loewis
Date: Thu Mar  6 14:50:28 2008
New Revision: 61279

Modified:
   python/trunk/Tools/buildbot/external-amd64.bat
Log:
Update db-4.4.20 build procedure.

Modified: python/trunk/Tools/buildbot/external-amd64.bat
==============================================================================
--- python/trunk/Tools/buildbot/external-amd64.bat	(original)
+++ python/trunk/Tools/buildbot/external-amd64.bat	Thu Mar  6 14:50:28 2008
@@ -10,10 +10,15 @@
 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
- at REM if not exist db-4.4.20\build_win32\debug\libdb44sd.lib (
- at REM    vcbuild db-4.4.20\build_win32\Berkeley_DB.sln /build Debug /project db_static
- at REM )
+ at 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 (


More information about the Python-checkins mailing list