
26 Jul
2007
26 Jul
'07
1:20 p.m.
On 26/07/07, Jeff Flinn <TriumphSprint2000@hotmail.com> 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