Boost logo

Boost-Build :

From: Rene Rivera (grafik666_at_[hidden])
Date: 2003-06-27 09:55:31


[2003-06-27] Paul Schmidt wrote:

>For a new toolset, what's the convention as to where I should specify
>include and library paths, and name libraries that are always needed?
>It's not clear from examining existing *-tools.jam files.
>
>Sorry if this has been addressed before; feel free to just point me to
>a message number.

No clue if it's mentioned earlier, and I'm to lazy to search when I know the
answer ;-)

The reasonable things to do, which causes the least problems is to use the
"flags" rule to add things to the standard variables. I'm not sure this is
universally followed, but then again the existing toolsets have a varied
origin. Since you asked about includes and such, here's what you would do to
add a regular include:

flags the-toolset HDRS : /some/interesting/place ;

You can repeat that to keep adding more.

HTH.

-- grafik - Don't Assume Anything
-- rrivera (at) acm.org - grafik (at) redshift-software.com
-- 102708583 (at) icq

 


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