Boost logo

Boost-Build :

From: Rene Rivera (grafik.list_at_[hidden])
Date: 2005-02-22 22:03:25


Jody Hagins wrote:

> Is there a boost way of knowing which path I want (e.g., based on the
> platform)? If not, then I may be left to "trying" each file until one
> successfully loads.

Missed answering this one..

If you are passing in only one <dll>xx then it will always be the first
argument, or the first after any other options. The reason is because
what <dll>xx returns is always the produced shared lib first, then,
depending on platform, the link library for the shared lib. So if you
needed to mark it somehow you pass in some option as the last arg (like
--dll), and the <dll>xx always as the first input file. WHich would give
you a nice ".. --dll */xx.dll */xx.lib .." that you can interpret easily.

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com - 102708583/icq
 

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