Boost logo

Boost-Build :

Subject: Re: [Boost-build] Conditional src files
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-11-04 22:22:36


AMDG

Anant Rao wrote:
> Here's what my Jamfile looks like:
>
>
> project blah
> : source-location $(OS_SRC) $(OS_LINUX_SRC) $(OS_WIN_SRC)
> ;
>
> lib libblah
> :
> CommonFile1.cpp
> CommonFile2.cpp
> WinFile.cpp
> LinuxFile.cpp
> : <define>$(DEFINES)
> : <link>static
> ;
>

Did you really intend <link>static to be in the usage-requirements?
If I remember correctly that isn't allowed.

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