On Tue, Mar 3, 2015 at 3:06 PM, Steven Watanabe <watanabesj@gmail.com> wrote:
AMDG

On 03/03/2015 10:24 AM, Paulo Márcio Figueiredo Alves wrote:
>
> I've tried the following, but does not work:
> DEPENDS b.rc : copy_a ;
>

It doesn't work, because DEPENDS is part of
the low level Jam interface.  The correct
relationship at that level would be INCLUDES
anyway.

I've tried the following and it fails:

install copy_a : /a : <location>bin ;
INCLUDES b.rc : copy_a ;
exe b : b.rc main.cc ;

Should it fail?
 
In Christ,
Steven Watanabe

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build