Subject: Re: [Boost-build] [python-port] msvc toolset patch
From: Vladimir Prus (ghost_at_[hidden])
Date: 2011-11-29 11:14:00


On 29/11/11 18:54, Juraj Ivančić wrote:
> On 29.11.2011. 13:04, Vladimir Prus wrote:
>
>> thanks for the patch -- I've checked it in.
>
> Something is wrong. It seems that you have applied this latest patch to a dirty sandbox. msvc.py and
> preprocessed.py have invalid content - they contain both of my patches, one below the other. midl.py
> and mc.py are OK, as they are changed only in the second patch.
>
> In msvc.py - just remove the second half, the first one is more current.
> In preprocessed.py - either half is good.

Ah, it's the same old quirk where 'patch' would happily append new content all over if run
more than once. Fixed now in SVN. Could you verify it's now good?

Thanks,
Volodya