Boost logo

Boost-Build :

Subject: Re: [Boost-build] make more than one target with one custom command
From: Vladimir Prus (vladimir.prus_at_[hidden])
Date: 2015-09-29 09:51:56


On 29-Sep-15 3:58 PM, Roman Matsybora wrote:
>
> If dependencies from sources are handled automatically, then it's OK.
>
> If some script always put generated files at same place and doesn't have any option to setup output files
> how to adopt it to use with such action?

You can either:

- Fix the script to accept absolute names of output files to create
- In the build action, move files to the destination that Boost.Build uses
- After creating action, call the set-path method to any location matching
   your script.

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