$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-06-11 06:41:07
Hi Michael,
> >BTW, does anyone know how to force C++ compile or C compile for MSVC?
> >V1 toolset does not explicitly say that and I don't have MSVC handy at the
> >moment.
>
> From the VC7 using "cl /help"
>
>
> /Tc<source file> compile file as .c
> /Tp<source file> compile file as .cpp
> /TC compile all files as .c
> /TP compile all files as .cpp
Oops! I'm getting blind -- I've reached an msvc 6 installation, looked three
times though output of /help and did not found this. Excellent, I'm about to
make the changes for msvc pretty soon.
Thanks a lot,
Volodya