$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Andreas Fredriksson (deplinenoise_at_[hidden])
Date: 2007-09-26 09:37:43
On 9/26/07, Alexander Kondratyuk <alexander.kondratyuk_at_[hidden]> wrote:
> Hi,
> I'm trying to figure out how to build for em64t or ipf architectures, but
> confused with parameters passing.
> msvc.jam contains flags cpu-arch-i386, cpu-arch-amd64, cpu-arch-ia64 but how
> should I pass one of them using command line?
I find that "address-model=64" works for me and selects the x64
version of Microsoft's CL.
HTH,
// Andreas