Boost logo

Boost-Build :

From: brock_peabody (bpyama_at_[hidden])
Date: 2003-09-26 08:07:31


--- In jamboost_at_[hidden], Vladimir Prus <ghost_at_c...> wrote:

> For example, remove "libs/thread/build/bin" and run "bjam --v2 -
n". It will
> print all the used command lines.

OK, I run bjam like this:

bjam --v2 -n msvc release link=shared

This is an example of a compile command:

cl /Zm800 -nologo -TP -DNDEBUG /Ogity /O2 /Gs /Ob2 /GX /GR /MD -
I"..\..\.." -I"bin\msvc\release" -c -
Fo"bin\msvc\release\condition.obj" "..\src\condition.cpp"

This is a link command:

link -
nologo /subsystem:console /DLL /out:"bin\msvc\release\boost_thread.d
ll" /INCREMENTAL:NO /IMPLIB:"bin\msvc\release\boost_thread.lib"
@"bin\msvc\release\boost_thread.rsp"

I don't see any occurrences of "BOOST_THREAD_BUILD_DLL=1" anywhere.
What does that tell us?

 


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