$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-12-01 05:07:55
Lawrence Spector wrote:
> Ok, so basically I need to change the default in bjam to turn off
> wchar_t as a native type, because our project has issues with some
> legacy code which wouldn't comply otherwise. Any idea how to disable
> this in bjam? I searched through and couldn't find anything in any of
> the jam files that indicated that this setting was either on or off.
bjam -sBUILD="<native-wchar_t>off debug release" -sTOOLS=vc-7_1
should do it.
John.