Boost logo

Boost-Build :

From: Andrei Melnikov (andy.melnikov_at_[hidden])
Date: 2006-08-30 16:48:47


On 28/08/06, Rene Rivera <grafikrobot_at_[hidden]> wrote:
> For example:
>
> file
> ..\bin.v2\libs\any\test\any_cast_cv_failed.test\msvc-8.0\debug\any_cast_cv_failed.obj.rsp
> "..\libs\any\test\any_cast_cv_failed.cpp"
>
> -Fo"..\bin.v2\libs\any\test\any_cast_cv_failed.test\msvc-8.0\debug\any_cast_cv_failed.obj"
> -TP
> /Z7
> /Od
> /Ob0
> /W3
> /GR
> /MDd
> /Zc:forScope
> /Zc:wchar_t
> /wd4675
> /EHs
> -c
>
> -DBOOST_ALL_NO_LIB=1
>
> "-I.."
>
I think msvc.jam should be rewritten to write all CFLAGS on the same
line. I just reused $(nl) separator used for -I switches, but I think
/Ob0 /W3 /GR /MDd would be more readable. -D and -I would still be on
separate lines because these options are rather long.

Andrei


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