$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Jurko GospodnetiÄ (jurko.gospodnetic_at_[hidden])
Date: 2008-07-04 07:24:31
Hi William.
> There is something i don't understand about the threading using msvc, it
> seems that it's not possible to build a single threading target if i use :
>
> using msvc ;
Just a quick idea. Have you tried stating the msvc version explicitly
like in:
using msvc : 9.0 ;
Does that make any difference?
Also... <threading>single is the default value and the threading
feature is not symmetric so it does not cause a separate
threading-single folder to be created in case its default value is used.
Hope this helps.
Best regards,
Jurko GospodnetiÄ