diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-04-03 16:21:32 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-04-03 16:21:32 +0000 |
commit | b5e594cb55735480b762f8794cac4ebe630d6bec (patch) | |
tree | 44ca8a89e445e520c10e6dfb2786cf6cb4b16cc4 | |
parent | 1155a49a3987e583187d62637bf30f4fb31fee28 (diff) | |
download | mig-b5e594cb55735480b762f8794cac4ebe630d6bec.tar.gz mig-b5e594cb55735480b762f8794cac4ebe630d6bec.tar.bz2 mig-b5e594cb55735480b762f8794cac4ebe630d6bec.zip |
2007-04-03 Thomas Schwinge <tschwinge@gnu.org>
* mig.in (--help): Document the ``-i'' option better.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | mig.in | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2007-04-03 Thomas Schwinge <tschwinge@gnu.org> + + * mig.in (--help): Document the ``-i'' option better. + 2007-03-05 Thomas Schwinge <tschwinge@gnu.org> * COPYING: Update the FSF's postal address. @@ -88,12 +88,12 @@ generates Mach RPC stubs from definition files. -V compile silently [default] -s generate symbol table in Server.c code -S suppress symbol table in Server.c code [default] - -i generate separate files for each routine + -i BASE generate separate files (base BASE) for each routine -server FILE generate server stubs in FILE -user FILE generate user stubs in FILE -header FILE generate stub header file in FILE -list FILE generate list of RPC names and message IDs in FILE - -n suppress default output file names, create only given files + -n suppress default output files, create only given files -migcom use migcom instead of CPP Any switches not listed are passed on to the preprocessor, invoked by: |