Hi,
My project is built using bjam. However, it needs to be
dependent upon another project that is not built by bjam.
My questions:
1.
Is there an option in bjam that lets me describe this
relationship? If so, how? (In MSVC IDE, as you might know, this is very easy –
just open the project dependency windows and choose the other proj).
2.
I want to add this directive to the Jamfile. ForceSymbolreferenced
= “<some_value>” This is part of the Tool->”VCLinkerTool”
options in the IDE.
Thanks so much,
Anant Rao