Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-04-13 04:15:41


On Friday 13 April 2007 00:32, Dave Rahardja wrote:
> Hi guys,
>
> Wonder what happened to my last post... but I noticed that "actions
> together" is not working, or perhaps I'm just not doing it right. Here's my
> tool definition:
  
> actions together compile.c++
> {
> copy $(>) $(<)
> }
>
> actions link
> {
> copy $(>[1]) $(<)
> }
>
> ------------
>
> I would expect "actions together compile..." would gather all the C++ files
> together, and invoke the action with a list of the input files. Is this
> accurate? Or can "actions together" be used only with certain kinds of
> rules?

I'm afraid I don't know what 'actions together' does; that's some classic
Jam feature that's not used in Boost.Build.

- 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