$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] [python-port] msvc link and manifest issues
From: Juraj Ivanèiæ (juraj.ivancic_at_[hidden])
Date: 2011-11-23 03:44:14
On 23.11.2011. 8:37, Vladimir Prus wrote:
> I suppose we can remain closer to Jam semantics of actions by switching the
> order of calling 'function' and calling bjam_interface.call("set-update-action")
> inside BjamAction.__call__. What do you think about this approach?
This would be excellent. It is also the easiest thing to do for this
particular problem. I did not dare change this as I have no idea what it
could break. If you think it is OK I'm all for it.