$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Building DLL's for Boost.Python
From: Andreas Perske (aperske_at_[hidden])
Date: 2010-03-31 08:55:25
Hi everyone,
I just started with Boost.
My system config is Win7 x64, MS VS2008+Win7 SDK for the 64Bit compiler,
for which i coundnt find precompiled binaries.
So I built Boost 1.42 with bjam as described in
http://www.boost.org/doc/libs/1_42_0/more/getting_started/windows.html#invoke-bjam
Sadly that only compiles to the Boost.Python *.lib files. Most other
modules compile to *.lib and *.dll files.
Is there a way to make bjam compile the *.dll files for the Python module?
Thanks in advance
Andreas