$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2002-05-17 04:53:02
After thinking further on this, I tried the following:
MY_COMMON_PROPERTIES =
<blah>blub
<foo>bar
;
variant my_common :
$(GINIT_COMMON_PROPERTIES)
<profiling>off
;
variant my_debug : my_common :
debug features ...
;
variant my_release : my_common :
release features ...
;
BUILD ?= my-debug my-release ;
Now if I only could get the build system to generate target
paths that are just a combination of toolset and variant
and explicitly specified features, my problems would be
solved.
Any hint where in boost-base.jam I might start looking?
Or is this task hopeless?
TIA, Markus