Subject: Re: [Boost-build] Target is always rebuild when referenced resource is newer then the rc file
From: Jurko Gospodnetić (jurko.gospodnetic_at_[hidden])
Date: 2012-06-27 15:40:30


   Hi.

> Can't say I understand the problem thoroughly at the moment (will
> have to wait to get home tonight to do some more research) but I think
> the problem is caused by tools\rc.jam in the line:
> DEPENDS $(target) : $(res) ;
> that should actually read:
> INCLUDES $(target) : $(res) ;
>
> After that change, the test project functions correctly for me.

   Ok, reviewed it now and it seems correct. Have not yet added tests
for this but committed the fix none the less.

   Hope this helps.

   Best regards,
     Jurko Gospodnetić