$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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