$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Mat Marcus (mat-lists_at_[hidden])
Date: 2005-11-16 20:39:35
Hi,
When we upgraded from VC 2003 to VC 2005 the following line in one of our
project requirements clauses stopped working:
<toolset>msvc:<variant>debug:<cxxflags>"/W3 /WX /Wp64 /Zc:wchar_t
/Zc:forScope"
This line doesn't work either:
<toolset>msvc-8.0:<variant>debug:<cxxflags>"/W3 /WX /Wp64 /Zc:wchar_t
/Zc:forScope"
Removing the <toolset>msvc-8.0: part works, but it will break under other
toolsets. What is the right way to re-enable these compiler settings for
only the msvc version 8.0 toolset?
Thanks,
Mat
------=_Part_20717_1096452.1132191575753 Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Hi,<br>
<br>
When we upgraded from VC 2003 to VC 2005 the following line in one of our project requirements clauses stopped working:<br>
<br>
<toolset>msvc:<variant>debug:<cxxflags>"/W3 /WX /Wp64 /Zc:wchar_t /Zc:forScope"<br>
<br>
This line doesn't work either:<br>
<br>
<toolset>msvc-8.0:<variant>debug:<cxxflags>"/W3 /WX /Wp64 /Zc:wchar_t /Zc:forScope"<br>
<br>
Removing the <toolset>msvc-8.0: part works, but it will break
under other toolsets. What is the right way to re-enable these compiler
settings for only the msvc version 8.0 toolset?<br>
<br>
Thanks,<br>
Mat<br>
------=_Part_20717_1096452.1132191575753--