Boost logo

Boost-Build :

From: Jody Hagins (jody-boost-011304_at_[hidden])
Date: 2005-02-22 10:06:16


The Jamfile lists the input files in this order...

run simple.cpp
: # ARGS
: # INPUT FILES
<dll>simple
simple_lib.cpp
<lib>../lib_use/simple
: # REQUIREMENTS
: # TEST NAME
simple
: # DEFAULT BUILDS
debug
release
;

so, why do I see the <lib> file(s) before simple_lib.cpp? I would think
that I should see the <dll> file(s), then simple_lib.cpp, then the <lib>
file(s).

 


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