$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel Einspanjer (deinspanjer_at_[hidden])
Date: 2006-02-21 20:05:09
Our project currently won't compile with runtime-debugging, and I have the
following in my project root:
import feature : feature ;
feature.set-default threading : single ;
feature.set-default runtime-debugging : off ;
feature.set-default runtime-link : static ;
But since runtime-debugging is mentioned in the debug variant, I have extra
grist that, while not hampering the successful build of the project, gets in
my way as I work on porting this project and have to frequently investigate
the output directories.
-- Daniel Einspanjer