Boost logo

Boost-Build :

From: demised (demised_at_[hidden])
Date: 2008-01-12 23:32:51


Hey all,

I am trying to create a library that depends on a large number of other
library files. In Visual Studio, I simply specify all the libraries like
so: ../dependencies/libs/*.a

In the Jamfile, I am simulating that like this:

lib dependencies :
        : <file>$(env)/custom/lib1.a
                <file>$(env)/custom/lib2.a
                <file>$(env)/custom/lib3.a
# and so on...
        ;

Is there any way I can do a glob command instead? The other option I tried
was to simply provide a <linkflag> option to my library, but that didn't
work either.

Any ideas?

Thanks!

---Mike

-- 
View this message in context: http://www.nabble.com/Library-Dependencies-%28n00b-question%29-tp14782252p14782252.html
Sent from the Boost - Build mailing list archive at Nabble.com.

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