|
Boost : |
From: Caleb Epstein (caleb.epstein_at_[hidden])
Date: 2005-12-07 22:24:34
On 12/7/05, Hartmut Kaiser <hartmut.kaiser_at_[hidden]> wrote:
>
> Done. I added the -E option which makes the wave driver redirect the
> generated output to a file named after the input file, changing the
> extension to '.i'.
Standard behavior for compilers on UNIX is to emit preprocessed output to
stdout with just "-E". Output may be sent to a file (regardless of the
filename suffix, though clearly ".i" is the popular convention) by passing
an "-o" argument.
-- Caleb Epstein caleb dot epstein at gmail dot com
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk