$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-07-02 09:29:49
Jonathan de Halleux wrote:
> Is there a way to have precompiled header (.pch) support for msvc ?
Contribute one? ;-)
In fact, it's not yet available. If you don't have the time to implement the
support, maybe you could comment on how it should look?
IIRC, we planned syntax like
pch my_pch : stdafx.h
exe main : main.cpp my_pch ;
Does this look ok?
- Volodya