Boost logo

Boost-Build :

From: Andrej van der Zee (mavdzee_at_[hidden])
Date: 2008-06-27 09:47:42


>
> Does the install rule together with a GLOB or
> glob-tree rule for
> selecting all files in a folder as sources help?
>

Yes it does for the boost libs. Is it also possible to
get different sources with different operating
systems, similar to specifying for example location
below?

install dist-lib
    : [ glob $(boost-library-path)/*boost_system* ]
    [ glob $(boost-library-path)/*boost_thread* ]
    [ glob $(boost-library-path)/*boost_regex* ]
    : <install-type>SHARED_LIB
    <os>CYGWIN:<location>$(install-path)
    <os>LINUX:<location>$(install-path)/lib
    <os>AIX:<location>$(install-path)/lib
    ;

Cheers,
Andrej

      __________________________________________________________
Not happy with your email address?.
Get the one you really want - millions of new email addresses available now at Yahoo! http://uk.docs.yahoo.com/ymail/new.html


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