$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-12-06 02:18:42
On Monday 05 December 2005 20:02, Rene Rivera wrote:
> Alex Odinaev wrote:
> > BTW, It might already mentioned by somebody but to get advantage of pch
> > files (automatic or manual) it would be good idea to pass list of .cpp
> > files to compiler instead of loading compiler process per file.
>
> Problem with that is that AFAIK there's no way to tell VC where to put
> the compiled OBJ files when they are fed a bunch at a time.
Can we "cd $target_directory" before running MSVC?
- Volodya