From: Vaclav Vesely (yg-boost-users_at_[hidden])
Date: 2003-04-29 07:54:18


Hi,

It's possible to specify dependency on a target from another project tree? I
want to write to my project's "Jamfile" something like this:

--- Jamfile ---
    exe test :
        test.cpp
        <dll>$(BOOST_ROOT)/libs/threads/build/boost_thread
    :
        <include>$(BOOST_ROOT)
    ;

---
Thanks and regards,
w