Boost logo

Boost-Build :

From: Rene Rivera (grafik.list_at_[hidden])
Date: 2005-02-22 10:14:56


Jody Hagins wrote:
>
>
> 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).

Good question :-) The reason for the order you do see, of <dll> files
then <lib> files then simple_lib.cpp, is because internally I have to
didn't think it was that important to keep that order. But if it is
important I can arrange it so that it does.. Just ask :-)

--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