$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-06-10 08:59:28
Jürgen Hunold wrote:
> I've got a couple of issues.
>
> First, the resource-action is not working with intel-win.jam
> It work when adding
>
> .RC = rc
>
> at the end of intel-win.jam. Is this the correct patch ?
> Or am I missing something again ?
I'll look into this tomorrow.
> And I have great difficulties with intel-win.jam always turning on
> wchar_t support. msvc.jam does not enable this and my projects do not
> link with wchar_t support.
Just a quick question: are you using the most up-to-date msvc.jam. It should
enable wchar_t support if you explicitly configure it with
using msvc : 7.1 .....
> I'd like to disable wchar_t support and make it a configuration options.
I've no problem with making it configuration, but maybe it will should be
enabled by default, as its standard-conforming behaviour.
- Volodya