16 May
2007
16 May
'07
4:31 p.m.
on Tue May 15 2007, Jochen Hammann
Hello,
I'm using the Microsoft Visual C++ 7.1 and 8.0 compilers and I want to build Boost 1.34.0 without native wchar_t support. With Boost 1.32.0 I used the feature
to turn off the native wchar_t support of the Microsoft compilers. It seams that this feature isn't supported by the MSVC toolset any more. Is it possible to turn off the native wchar_t support within the command line of bjam?
You can always add cxxflags=<whatever> linkflags=<something> to explicitly control the raw compiler command lines. -- Dave Abrahams Boost Consulting http://www.boost-consulting.com Don't Miss BoostCon 2007! ==> http://www.boostcon.com