$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Simon Hammett (div0_at_[hidden])
Date: 2008-02-26 12:02:05
On 26/02/2008, Robert Dailey <rcdailey_at_[hidden]> wrote:
> On Tue, Feb 26, 2008 at 3:04 AM, Simon Hammett <div0_at_[hidden]>
>  wrote:
>
> >
>  > The boost python module code creates exports in your program.
>  > The ms linker will always generate a lib file for any dll/exe with
>  > exports.
>  > There is no option (at least in .net 2003) to not generate the .lib
>
>
>
> Thank you for your valued response to my inquiry. Will there be support in
>  Boost 1.35 to disable the exports? A simple preprocessor macro would be
>  sufficient I hope.
>
> _______________________________________________
>  Unsubscribe & other changes: http://listarchives.boost.org/mailman/listinfo.cgi/boost
>
try BOOST_PYTHON_STATIC_MODULE
that's available in version 1.33.1 and presumably later versions.