On 28/08/06, Rene Rivera <grafikrobot gmail.com> 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.te
st\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
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|