Boost logo

Boost-Build :

From: Daniel Schlyder (daniel_at_[hidden])
Date: 2004-08-22 12:24:18


Replying to myself because the Jamfile snippets in my previous mail were for
some reason munged on their way to the list.

[snip start of mail]

Daniel Schlyder:
> Order in requirements section wasn't respected fully before this latest bjam
> change, anyway. For example, I've got the following code:

> mingw_gcc = mingw gcc ;
> debug_release = debug release ;
> <$(mingw_gcc)><$(debug_release)><find-library>alogg
> <$(mingw_gcc)><debug><find-library>alld_s
> <$(mingw_gcc)><release><find-library>alleg_s

Missing final line:
> If order in Jamfile was respected (or didn't matter), I could rewrite it as

> <find-library>alogg
> <debug><find-library>alld_s
> <release><find-library>alleg_s

Again, missing final line:
[snip rest of mail]

Does anybody know why these lines were removed?

--
Daniel Schlyder
http://bitblaze.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