$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-12-07 12:14:43
> somewhere.. sadly there even is no simple way to disable the #pragma
> comment(lib, "autolinkwantstogivealongnametoiostreams.lib").
> so what to do? is there a flag to disable autolink?
Sure: just define BOOST_ALL_NO_LIB when building your code (but make sure
you do it for *all* the translation units, and ensure that everything gets
rebuild).
John.