Boost logo

Boost-Build :

Subject: Re: [Boost-build] how to custom generator ignore properties like variant, toolset etc?
From: Paulo Márcio Figueiredo Alves (pauloalves1986_at_[hidden])
Date: 2012-11-07 12:45:39


Tnx, I created a generator class and now I handle my properties.

On Wed, Nov 7, 2012 at 11:16 AM, Vladimir Prus <ghost_at_[hidden]> wrote:

> On 07.11.2012 16:17, Paulo Márcio Figueiredo Alves wrote:
>
>> I've created a generator (cpplint.jam) that calls a python script (here
>> <http://google-styleguide.**googlecode.com/svn/trunk/**cpplint/cpplint.py>>)
>> that runs some checks on my source code and it does not depend on
>>
>> properties like variant, toolset, threading etc, but b2 create my output
>> files under /variant/toolset/...
>>
>> How to change that behavior? I want to create the output files under
>> build-dir root.
>>
>
> Hi Paulo,
>
> Just ignore property set passed to the generator, and use
> property-set.empty insteadd.
>
> HTH,
> Volodya
>
>
> ______________________________**_________________
> Unsubscribe & other changes:
http://lists.boost.org/**
> mailman/listinfo.cgi/boost-**build<http://lists.boost.org/mailman/listinfo.cgi/boost-build>
>





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