$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Johan Nilsson (johan.nilsson_at_[hidden])
Date: 2005-05-13 02:44:57
Hi,
I know that I asked a similar question some time ago, but looking through
the archives I couldn't really find an answer.
With reference to the section "Prebuilt targets" in the BBV2 manual:
lib lib2
:
: <file>lib2_release.a <variant>release # NOTE! The 'a' is platform
and/or tool-specific
;
How can I write this in a portable way (i.e. get the suffix for static
libraries for the current platform)? Jam/MR had "$(SUFLIB)".
// Johan