$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-07-18 13:59:40
It appears there's more than one way to ask msvc
toolset to produce 64-bit binaries.
1. One can specify some 64-bit compiler when
configuring.
2. One can use address-model=64, which results in
/favor:EM64T
or
/favor:AMD64
being passed.
Anybody knows the canonic way to produce 64-bit binaries, both
for AMD chips and for Itanium?
- Volodya