Boost logo

Boost-Build :

Subject: Re: [Boost-build] MATCH regular expression question.
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2015-11-06 16:29:29


AMDG

On 11/06/2015 02:22 PM, Aparna Kumta wrote:
>
> actions link.dll bind LIBRARIES
> {
> if [ MATCH "(std)" : $(OPTIONS) ]
> {

You can't use MATCH inside an action block.
The body is literal text passed to the
shell. The only processing that Boost.Build
does is variable expansion.

> "$(CONFIG_COMMAND)" $(OPTIONS) -L"$(LINKPATH)" -R"$(RPATH)" -o
> "$(<)" -h$(<[1]:D=) -G -library=stdcpp,CrunG3 "$(>)" "$(LIBRARIES)"
> -Bdynamic -l$(FINDLIBS-SA) -Bstatic -l$(FINDLIBS-ST) -B$(LINK-RUNTIME)
> }
> }
>

In Christ,
Steven Watanabe


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk