$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-11-06 05:38:17
Hi Pedro,
> everything seems to be working on XP. Well done!
>
> The only problem I found was a couple of warnings when linking DLLs:
>
> LINK : warning LNK4075: ignoring '/EDITANDCONTINUE' due to
> '/INCREMENTAL:NO' specification
I need a help from MSVC experts. What's this and what's to be done?
> warning: using independent target
> <..!__libname__/msvc-7.0/debug>__libname__.rsp
That's an interesting thing. It means that bjam is creating a target that
nobody depends on. Right, nobody depends on rsp. Anybody knows why the
warning is there? I'm all for removing it completely.
- Volodya