[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: Arfrever Frehtes Taifersar Arahesis <arfrever.fta_at_gmail.com>
Date: 2007-11-01 20:42:55 CET

2007-11-01 06:13:09 Daniel L. Rall napisaƂ(a):
> 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")
>
> I'm +1 on this change. But, I was wondering who approved it?

Sorry. I thought that it was an extension to the patch approved in r27007.

-- 
Arfrever Frehtes Taifersar Arahesis

Received on Thu Nov 1 20:44:26 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.