$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: bmosher_at_crosswinds_dot_net <bmosher_at_[hidden] (bmosher_at_[hidden])
Date: 2003-01-23 17:24:48
Hi folks,
With boost jam v1, is there a way to define a lib target so that a
different source file is compiled based on debug or release builds?
Roughly what I'm looking for is something like this(although I know
this is not valid):
lib foo :
<debug>slow_foo.cpp
<release>fast_foo.cpp
;
thanks in advance,
--Brian Mosher