
6 Dec
2011
6 Dec
'11
3:06 p.m.
AMDG On 12/05/2011 08:04 PM, Antony Polukhin wrote:
I need to create Jamfile.v2 where one of the tests must be compiled on MSVC compilers with additional flag /Zc:wchar_t- How shall I change the following lines:
test-suite conversion : # A lot of [ run ... ] lines [ run lexical_cast_typedefed_wchar_test.cpp ../../test/build//boost_unit_test_framework/<link>static ] # Requires /Zc:wchar_t- ;
Add <toolset>msvc:<cxxflags>/Zc:wchar_t- to the requirements. The signature of run is rule run ( sources + : args * : input-files * : requirements * : target-name ? : default-build * ) In Christ, Steven Watanabe