Jean-Marc Lasgouttes wrote: >>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> We would merely be swapping one semantic that works for > another Angus> one which is not yet proven. I don't see what it > gains us. As I Angus> see it I can do: > > Angus> $ cd $HOME $ fdesign -dir destdir -convert foo/bar.fd > > Angus> which seems more flexible to me than Lars' proposal. > > What does uic do? > > JMarc
1. It produces only one file per invocation, either .h or .C: Generate declaration: uic [options] <file> Generate implementation: uic [options] -impl <headerfile> <file> <headerfile>: name of the declaration file fdesign produces both .h and .c file in the same step. GENERAL OPTIONS -o file Write output to file rather than to stdout. Man page attached, but my conclusion is that uic is just different. Nonetheless, the sematics that we have now have similar power to those of uic. -- Angus
uic.1.gz
Description: GNU Zip compressed data