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

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to