$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Bojan Resnik (resnikb_at_[hidden])
Date: 2006-07-05 06:44:14
> It does - I compile my code mostly with VC6, and test for
> compatibility on VC7.1 and VC8.
>
> --
> Bojan Resnik
To correct myself - I just revisited
http://support.microsoft.com/kb/102697/en-us
which says that the -Yl is needed only when creating pch (with -Yc
switch), and that this works only for 32bit compilers.
For 64bit, it seems that -Yd switch is the only remaining option,
although the support page says it is "less desirable because it
generally produces large object modules that can increase the time
required to link the application".
-- Bojan Resnik