[Python-Dev] Fixing buildbot/external(-amd64).bat files on Windows
Thomas Heller
theller at ctypes.org
Fri Feb 29 09:59:23 CET 2008
Trent Nelson schrieb:
> Howdy,
>
> I'm going through the motions of getting my newly added build slave in a half decent state. The external.bat and external-amd64.bat files needed the following in order to build db-4.4.20:
>
> Index: external.bat
> ===================================================================
> --- external.bat (revision 61125)
> +++ external.bat (working copy)
> @@ -10,7 +10,8 @@
> @rem Sleepycat db
> if not exist db-4.4.20 svn export http://svn.python.org/projects/external/db-4.4.20
> if not exist db-4.4.20\build_win32\debug\libdb44sd.lib (
> - 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
> )
>
> @rem OpenSSL
This change is fine by me (if it works ;-). Do you have commit rights, or do you want me
to check it in?
>
>
> (This is against trunk, same thing would apply to py3k I guess, given that we're using %VS90COMNTOOLS%vsvars32.bat there too.)
I guess it will be merged automatically by Christian.
Thomas
More information about the Python-Dev
mailing list