[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: Ivan Zhakov <ivan_at_visualsvn.com>
Date: Thu, 10 Jun 2010 23:04:01 +0200

On Thu, Jun 10, 2010 at 18:18, Greg Stein <gstein_at_gmail.com> wrote:
> 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? :-)
>
You're right as usual! Fixed in r953456.

-- 
Ivan Zhakov
VisualSVN Team
Received on 2010-06-10 23:04:42 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.