Boost logo

Boost-Build :

From: Kostas Kostiadis (kos_at_[hidden])
Date: 2007-01-03 07:29:53


>The install rule uses <hardcode-dll-paths>false, since that's better for
>deployment. So, either add <hardcode-dll-paths>true to requirements
>of your install target, or use <hardcode-dll-paths> as top-level
>project requirement.

Vladimir, thx for the reply.
Do the projects need to have any specific IDs in order to inherit
properties?
E.g. if in my root folder, in project-root.jam I have something like:

project foo : requirements <hardcode-dll-paths>true ;

And then in a subfolder "bar" I have a Jamfile with

project bar : build-dir ./out ;

How will project bar know to use <hardcode-dll-paths>true ?

Cheers,
K.


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