|
Boost-Build : |
From: Daniel Schlyder (daniel_at_[hidden])
Date: 2004-08-22 12:31:12
Sigh, it happened again. One last try: (Sorry about the noise.)
[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:
{mingw}{*}{find-library}ddraw
> 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:
{mingw}{*}{find-library}ddraw
Replace { and } with < and >.
[snip rest of mail]
-- 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