
8 Dec
2005
8 Dec
'05
3:24 a.m.
On 12/7/05, Hartmut Kaiser <hartmut.kaiser@gmail.com> 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