$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-11-25 14:47:57
The msvc toolset allows to write:
using msvc : default ;
the code in question is:
case "default" :
configure-really : $(options) ;
case * :
configure-really $(version) : $(options) ;
so specifying 'default' amounts to specifying no version at all. Why is
using 'default' better, or when it's needed?
- Volodya