$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-07-05 02:41:45
Reece Dunn wrote:
> I have recently installed the Microsoft VC8 beta 1 (express) preview from
> the MSDN website. It installs to the following directory:
>
> C:\Program Files\Microsoft Visual Studio 8
>
> with cl.exe located at
>
> C:\Program Files\Microsoft Visual Studio 8\vc\bin\cl.exe
>
> Compiling a project results in the following bjam output:
>
> ...found 11 targets...
> ...updating 4 targets...
> msvc.compile.c++ bin\msvc-8.0\release\hello.obj
> cl : Command line warning D9035 : option 'Og' has been deprecated and will
> be removed in a future release
> cl : Command line warning D9035 : option 'Gs' has been deprecated and will
> be removed in a future release
> cl : Command line warning D9035 : option 'GX' has been deprecated and will
> be removed in a future release
> cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
Ok, I'll adjust msvc.jam accordingly. Does vc6/vc7/vc7.1 support /EHsc?
- Volodya