$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-04-04 03:57:23
On Friday 04 April 2008 11:12:49 Henri Raath wrote:
> Hi there
>
> Firstly, I apologize - I am sure this request must have been put before,
> but I am still stuck.
>
> I am using Windows XP, Microsoft Visual Studio 2008 and Boost 1.35.0.
>
> I can successfully run bjam (without any parameters) to build release
> libraries for Win32 (example boost_mpi-vc90-mt-1_35.lib and dll)
> But I would also like debug libraries
Use
variant=debug
on the command line
> and amd64 libraries (debug and
> release, cross compiled).
Please see the docs at boost.org/boost-build2 about 64-bit compilation. (Check
the doc index for specific links).
- Volodya