Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2003-11-06 23:07:16


Vladimir Prus <ghost_at_[hidden]> writes:

> 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.

You can suppress these warnings by using INCLUDES. Do an

INCLUDES
<..!__libname__/msvc-7.0/debug>__libname__.lib
: <..!__libname__/msvc-7.0/debug>__libname__.rsp
;

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com
 

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