Boost logo

Boost-Build :

From: Alexey Pakhunov (alexeypa_at_[hidden])
Date: 2005-11-18 15:22:40


Alexey Pakhunov wrote:

> The problem is that this also does not work because
> '<implicit-dependency>core-messages' in the rule 'stdafx' does not add
> the build directory to the list of includes. Now I'm trying to figure
> out why this happens but I'm stuck. :(
>
OK, I found it. :-) You need to add the rule 'action-class' to
'pch-generator':

class pch-generator : generator
{
    ....

/* rule action-class ( )
    {
        return compile-action ;
    }
*/}

Best regards/Venlig hilsen,
  Alexey Pakhunov.


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk