Boost logo

Boost-Build :

From: Jurko Gospodnetić (jurko.gospodnetic_at_[hidden])
Date: 2008-02-21 06:24:17


   Hi Eli.

> lib name : one.ec two.c : <include>. : : <include>. ;
>
> And all is well now.

   Glad to hear it. :-)

   One more remark... I personally would not use <include>. here as that
makes presumptions (most like undocumented) on which folder you are
running your build from. If you really mean
the-folder-your-Jamfile-is-in I would rather use something like this:

   path-constant SOURCE_FOLDER : . ;

   lib name
     : one.ec two.c
     : <include>$(SOURCE_FOLDER)
     :
     : <include>$(SOURCE_FOLDER) ;

   Hope this helps.

   Best regards,
     Jurko Gospodnetić


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