$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Phillip Seaver (phil_at_[hidden])
Date: 2005-12-05 12:36:07
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.
>
The /Fo option should do it, but I haven't tested it. Here's the VC6
documentation for it:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/HTML/_core_.2f.fo.asp
Phillip