[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r27536 - trunk/build/generator

From: Daniel L. Rall <dlr_at_finemaltcoding.com>
Date: 2007-11-01 06:13:32 CET

I'm +1 on this change. But, I was wondering who approved it?

Thanks, Dan

On Wed, 31 Oct 2007, arfrever@tigris.org wrote:

> Author: arfrever
> Date: Wed Oct 31 17:09:10 2007
> New Revision: 27536
>
> Log:
> Follow-up to r27007: Define SVN_NEON_0_27 also in Windows.
>
> * build/generator/gen_win.py
> (get_win_defines): Introduce definition of SVN_NEON_0_27.
>
>
> Modified:
> trunk/build/generator/gen_win.py
>
> Modified: trunk/build/generator/gen_win.py
> URL: http://svn.collab.net/viewvc/svn/trunk/build/generator/gen_win.py?pathrev=27536&r1=27535&r2=27536
> ==============================================================================
> --- trunk/build/generator/gen_win.py (original)
> +++ trunk/build/generator/gen_win.py Wed Oct 31 17:09:10 2007
> @@ -763,6 +763,10 @@
> if self.neon_ver >= 26000:
> fakedefines.append("SVN_NEON_0_26=1")
>
> + # check for neon 0.27.x or newer
> + if self.neon_ver >= 27000:
> + fakedefines.append("SVN_NEON_0_27=1")
> +
> if self.serf_lib:
> fakedefines.append("SVN_LIBSVN_CLIENT_LINKS_RA_SERF")

  • application/pgp-signature attachment: stored
Received on Thu Nov 1 06:14:58 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.