diff options
author | Trent Nelson <trent.nelson@snakebite.org> | 2008-04-03 15:39:17 (GMT) |
---|---|---|
committer | Trent Nelson <trent.nelson@snakebite.org> | 2008-04-03 15:39:17 (GMT) |
commit | 980c598936a4b63f80361e6441d2157cae0dd6c4 (patch) | |
tree | d2b33748da4bc5795f6c2108cb04ca5882ae8919 | |
parent | 01d71f9766624db97f8eab466ac0b2d8d7871446 (diff) | |
download | cpython-980c598936a4b63f80361e6441d2157cae0dd6c4.zip cpython-980c598936a4b63f80361e6441d2157cae0dd6c4.tar.gz cpython-980c598936a4b63f80361e6441d2157cae0dd6c4.tar.bz2 |
Remove the building of Berkeley DB step; _bsddb44.vcproj takes care of this for us now.
-rw-r--r-- | Tools/buildbot/buildmsi.bat | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Tools/buildbot/buildmsi.bat b/Tools/buildbot/buildmsi.bat index 5410193..249a8d0 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 |