$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-04-24 10:17:36
On Friday 14 April 2006 17:16, Arjan Knepper wrote:
> Attached patch for v2/tools/dmc.jam
>
> The v2/example/hello and v2/example/libraries should build & run with
> this patch.
Hi Arjan,
I've just comitted this patch. Thanks!
>
> Issue to fix:
> -WD cflag should be added only whem compiling sources for a shared lib
> (dll) -WA cflag should be added when compiling sources for executables
> (exe) and static libs (lib)
What is wrong with:
flags dmc.compile OPTIONS <link>shared : -WD ;
flags dmc.compile OPTIONS <link>static : -WA ;
?
- Volodya
-- Vladimir Prus http://vladimir_prus.blogspot.com Boost.Build V2: http://boost.org/boost-build2