From: Darren Garvey (lists.drrngrvy_at_[hidden])
Date: 2007-07-26 09:20:33


On 26/07/07, Jeff Flinn <TriumphSprint2000_at_[hidden]> wrote:
>
> Is it possible to define this macro from the bjam command line?
>
>
> bjam --???_SCL_SECURE_NO_DEPRECATE --toolset=msvc stage

I think it's --cxxflags=-D_SCL_SECURE_NO_DEPRECIATE you want. cxxflags
passes whatever's after it straight to the compiler.

hth,
Darren