$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] 64 bit Project
From: Michael Jackson (mike.jackson_at_[hidden])
Date: 2010-04-28 10:33:51
On 4/28/10 10:27 AM, in article hr9gk4$c74$1_at_[hidden], "Vladimir
Prus" wrote:
> Michael Jackson wrote:
>
>>
>> Are you invoking the bjam with the "Visual Studio 64Bit command Prompt"?
>
> This should not matter at all. Boost.Build autodetection of msvc uses
> registry.
>
> - Volodya
It does every time I try it. I'd be happy to have a set of instructions
where it does not matter which one I chose.
Here is the command line that I use when I build boost with bjam.
bjam.exe toolset=msvc-9.0 --with-test --with-filesystem
--with-program_options --with-date_time --with-thread
--prefix=C:\Developer\VS9\boost_1_39 variant=release,debug threading=multi
link=static runtime-link=shared install
Mike Jackson