$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] How to Compile Boost for All Versions of Visual Studio
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-06-27 09:05:17
Altaf wrote:
> I am using boost_1_39_0
In that case, all you need is:
.\bootstrap.bat
.\bjam toolset=msvc-8.0
Is that not working? Did you miss these instructions in getting started guide,
or used an older version of it?
- Volodya