Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-12-20 14:59:51


On Wednesday 20 December 2006 19:21, Kostas Kostiadis wrote:
> Hello all,
>
> I have a project, with an "output" directory for all intermediate files and
> a "bin" directory for the executables.
> What seems to happen is that my app gets linked twice...once so that the
> executable goes into "output" and once during the install so that the
> executable goes to "bin".

The bins in 'output' are built with <hardcode-dll-paths>true, since that's
good for development.

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.

HTH,
Volodya


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