[Python-Dev] Fixing buildbot/external(-amd64).bat files on Windows

Christian Heimes lists at cheimes.de
Fri Feb 29 10:56:52 CET 2008
Trent Nelson wrote:
> -   vcbuild db-4.4.20\build_win32\Berkeley_DB.sln /build Debug /project db_static
> +   devenv /upgrade db-4.4.20\build_win32\Berkeley_DB.sln
> +   devenv db-4.4.20\build_win32\Berkeley_DB.sln /build Debug /project db_static

The upgrade is requires only once. It probably belongs next to the
checkout or svn up and not in the build section.

Christian



More information about the Python-Dev mailing list