Boost logo

Boost-Build :

From: David Abrahams (gclbb-jamboost_at_[hidden])
Date: 2003-07-21 02:29:39


Vladimir Prus <ghost_at_[hidden]> writes:

> pal.tw wrote:
>
>> First, I must apologize for my carelessness. In Message 4187,
>> I answer Mr. David Abrahams's question that the SDK doesn't
>> ship with its own setup script. But later I found it --
>> "SetEnv.bat" just in the install directory of SDK.
>> Therefore I can invoke "SetEnv.bat" after "vcvars32.bat"
>
> Oh... that means it's possible to just add another parameter to "msvc.init",
> which tells SDK location. If you'd be willing to test this stuff, I can add
> the necessary logic (I have msvc here, but don't really use it, so have no
> idea how can I check if SDK works).

It shouldn't be neccessary. Just pass "SetEnv.bat" as the setup
parameter to the msvc init, and pass the path to it as the path
parameter:

using msvc : 6.5 : path/to/PSDK : : SetEnv.bat ;

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