Boost logo

Boost-Build :

Subject: [Boost-build] How to refer to build directory from a source.
From: Duncan Rance (gmane_at_[hidden])
Date: 2009-02-03 10:12:48


Hi,

I've got something like this:

h myheader.h : something_to_create_header_from.txt ;

lib alib :
        # "thing" needs myheader.h
        thing
        # "another_target" needs myheader.h
        ..//another_target/<include>bin/gcc-4.2.4/release/link-static
    : <implicit-dependency>myheader.h ;

What is the correct way to refer to bin/gcc-4.2.4/release/link-static?

Is there a variable I can use?

Thanks,
Duncan


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