From: Christopher Woods (cwoods_eol_at_[hidden])
Date: 2007-05-21 17:17:02


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