$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-08-23 06:06:48
Toon Knapen wrote:
> Vladimir Prus wrote:
> > I've tried to reply everything, but if there's some
> > email/issue/patch/whatever which needs my attention and which I've
> > missed, please ping me!
>
> So here I am ;-)
>
> When linking a specific exe I would like to add -Wl,--export-dynamic on
> the link-line for a specific compiler. In bjamv1 I did the following:
>
> exe fempy : fempy.cpp <dll>my_dll
>
> What is the equivalent in bjamv2?
I think it's
exe fempy : fempty.cpp : <linkflags>-Wl,--export-dynamic
- Volodya