$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [1.41][regex] MSVC makefiles
From: John Maddock (john_at_[hidden])
Date: 2009-11-29 06:02:08
> The MSVC makefiles for regex (libs/regex/build) create 1_40 filenames. I
> assume (at least) one of:
>
> - they missed the update.
Yep, my bad. Forgot all about them :-(
> - they're obsolete; just use bjam.
Also true.
> - I've missed something.
Nope.
My mistake, a quick search and replace in the makefile would fix the issue
though...
HTH, John.