Is it possible to write to console a define from a bjam script? I have something like $(PROJECT_ROOT) and I want to echo it.
You can use
echo $(PROJECT_ROOT) ;