> What would be the best to instrument a program using
BoundsChecker,
> e.g.? It supplies a compiler and linker (nmcl.exe and
nmlink.exe) to
> use in place of the MS ones.
You can configure msvc to use nmcl.exe and nmlink.exe:
using msvc : x.y : : <compiler>nmcl.exe
<linker>nmlink.exe ;
--
Best regards,
Alexey Pakhunov.
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|