Boost logo

Boost-Build :

From: jens_maurer (Jens.Maurer_at_[hidden])
Date: 2003-07-10 08:35:40


I've noticed that nearly all Unix-based toolkits have

# Declare action for creating static libraries
actions piecemeal archive
{
ar ur "$(<)" "$(>)"
}

with sometimes "ur", sometimes "cr".
(We probably want "cur" to avoid a warning when the archive
is created.)

Do we want to factor this out?

 


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