From: Trent Nelson Date: Thu, 3 Apr 2008 15:39:17 +0000 (+0000) Subject: Remove the building of Berkeley DB step; _bsddb44.vcproj takes care of this for us... X-Git-Tag: v2.6a3~291 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=980c598936a4b63f80361e6441d2157cae0dd6c4;p=thirdparty%2FPython%2Fcpython.git Remove the building of Berkeley DB step; _bsddb44.vcproj takes care of this for us now. --- diff --git a/Tools/buildbot/buildmsi.bat b/Tools/buildbot/buildmsi.bat index 54101931c2ab..249a8d0fd911 100644 --- a/Tools/buildbot/buildmsi.bat +++ b/Tools/buildbot/buildmsi.bat @@ -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