Boost logo

Boost-Build :

Subject: Re: [Boost-build] using make rule in conjunction with target-os
From: Jim Gallagher (jim_at_[hidden])
Date: 2010-05-28 17:06:33


> It works for me.. I use it as:
>
> make icon.png : other/standard/iphone/icon.png
> : @image2icon : <configuration>standard <target-os>iphone ;
> make icon.png : other/limited/iphone/icon.png
> : @image2icon : <configuration>limited <target-os>iphone ;
>
> Which pays attention to both <configuration> (a custom feature I have)
> and <target-os> (only iPhone for this project but I have other that also
> include Windows).
>
> Perhaps it's the missing space before the <target-os>? Not sure if you
> have it that way in your actual files.
>

It does appear that the spacing is not correct in the email. I double
checked the actual Jamfile, and there are spaces in the right places.
I wonder what I could have broken to cause this behavior?


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