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

Re: svn commit: r953308 - /subversion/trunk/build/generator/gen_win.py

From: Greg Stein <gstein_at_gmail.com>
Date: Thu, 10 Jun 2010 12:18:00 -0400

On Thu, Jun 10, 2010 at 08:37, <ivan_at_apache.org> wrote:
>...
> +++ subversion/trunk/build/generator/gen_win.py Thu Jun 10 12:37:23 2010
> @@ -1151,10 +1151,12 @@ class WinGeneratorBase(GeneratorBase):
>     self.move_proj_file(self.serf_path, name,
>                         (('serf_sources',
>                           glob.glob(os.path.join(serf_path, '*.c'))
> +                          + glob.glob(os.path.join(serf_path, 'auth', '*.c'))
>                           + glob.glob(os.path.join(serf_path, 'buckets',
>                                                    '*.c'))),
>                          ('serf_headers',
>                           glob.glob(os.path.join(serf_path, '*.h'))
> +                          + glob.glob(os.path.join(serf_path, 'auth', '*.c'))

*.h maybe? :-)

>..

Cheers,
-g
Received on 2010-06-10 18:18:40 CEST

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.