Christopher Lux wrote:
bjam cxxflags=/D_SECURE_SCL=0 --toolset=msvc-8.0 --with-program_options variant=release
I think you have to use "-D" not "/D". It appears that "/" messes with
bjam. See the "[build] disabling specific warnings thread".
HTH,
-Chris