Boost logo

Boost-Build :

From: Jurko Gospodnetić (jurko.gospodnetic_at_[hidden])
Date: 2008-06-27 09:46:10


   Hi __Will__.

> I would like to know how to change the build-dir path :
> (FirstPart)\msvc-8.0\debug\link-static\threading-multi, the FirstPart i
> know, i have to use the build-dir properties and it works perfectly but i
> would like to change the other part :
> \msvc-8.0\debug\link-static\threading-multi which is apparently dependant of
> different flags given when compiling. If someone knows how to do that, i
> would be really thankful

   That part is not something you should be concerned with. That is a
folder organization chosen by Boost Build (and as I see it open to
changes in the future) whose only purpose is to make sure builds with
different conflicting properties do not overwrite its targets having the
same names.

   If you need to place built targets into a specific folder then use
the install rule (or any of the rules derived from it).

   Hope this helps.

   Best regards,
     Jurko Gospodnetić


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