$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-07-11 14:53:52
From: "Beman Dawes" <bdawes_at_[hidden]>
> Well, John's current tests use:
>
> <lib>../libs/regex/build/boost_regex$(SUFLIB)
>
> How do I change that to use the library, but if it doesn't exist, just
fail
> all dependencies rather than trying to build the library.
in the requirements:
<msvc><debug><library-file>path/to/msvc/debug/regex/lib
<gcc><debug><library-file>path/to/gcc/debug/regex/lib
...
But you don't want that.