[Python-checkins] r62127 - python/trunk/Tools/buildbot/buildmsi.bat

trent.nelson python-checkins at python.org
Thu Apr 3 17:39:17 CEST 2008


Author: trent.nelson
Date: Thu Apr  3 17:39:17 2008
New Revision: 62127

Modified:
   python/trunk/Tools/buildbot/buildmsi.bat
Log:
Remove the building of Berkeley DB step; _bsddb44.vcproj takes care of this for us now.

Modified: python/trunk/Tools/buildbot/buildmsi.bat
==============================================================================
--- python/trunk/Tools/buildbot/buildmsi.bat	(original)
+++ python/trunk/Tools/buildbot/buildmsi.bat	Thu Apr  3 17:39:17 2008
@@ -3,9 +3,6 @@
 cmd /c Tools\buildbot\external.bat
 @rem build release versions of things
 call "%VS90COMNTOOLS%vsvars32.bat"
-if not exist ..\db-4.4.20\build_win32\release\libdb44s.lib (
-  vcbuild db-4.4.20\build_win32\Berkeley_DB.sln /build Release /project db_static
-)
 
 @rem build Python
 cmd /q/c Tools\buildbot\kill_python.bat


More information about the Python-checkins mailing list