Boost logo

Boost-Build :

From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2004-08-23 14:27:44


I have in my top-Jamfile following :

project
: requirements
<include>/home/tk/cvstop/myproject
<include>/home/tk/cvstop/boost
<include>/home/tk/cvstop/boost-sandbox
;

On the compile-line, the includes are however lexicographicall sorted
like this : -I/home/tk/cvstop/boost -I/home/tk/cvstop/boost-sandbox
-I/home/tk/cvstop/myproject

However, the order of the include-directories is important to me. Is
there a way to surpress this lexicographical sort ?

toon

 


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