Boost logo

Boost-Build :

From: Arjan Knepper (arjan.knepper_at_[hidden])
Date: 2006-04-12 09:09:25


Vladimir Prus wrote:
> On Wednesday 12 April 2006 16:44, Arjan Knepper wrote:
>
>> I need to add the -WD flag when compiling sources for a DLL and the -WA
>> when compiling sources for a static LIB. How do I achieve that?
>>
>
> Hi Arjan,
> something like:
>
> flags dmc.compile OPTIONS <link>shared : -WD ;
> flags dmc.compile OPTIONS <link>static : -WA ;
>
> should do the trick. Are sure this is compiler switch, not link switch?
>
Thanks!

Yes they are needed compiler switches.

Arjan


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