Boost logo

Boost-Build :

From: Rene Rivera (grafik.list_at_[hidden])
Date: 2005-03-01 15:26:44


Jody Hagins wrote:
> On Tue, 1 Mar 2005 14:41:48 -0500
> Jody Hagins <jody-boost-011304_at_[hidden]> wrote:
>
> Yes, I am replying to my own post, as I forgot to say...
>
>>Any ideas?
>
> other than adding <include>$(BOOST_ROOT) in the "dll" ...
>
> dll tidll
> : # SOURCES
> tidll.cpp
> : # REQUIREMENTS
> <include>$(BOOST_ROOT)
> : # DEFAULT BUILDS
> debug
> ;
>
>
> since I think I should at least get -I${BOOST_ROOT} for "free."

Well you might think that... But the only time you get the
-I$(BOOST_ROOT) for free is when declaring a test target. Regular
targets don't get it.

--grafik

 


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