Warning and error messages output is selectable via commandline options

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5613 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-01-10 00:08:18 +00:00
commit e684591411
6 changed files with 117 additions and 29 deletions

View file

@ -107,16 +107,18 @@ following options and a filename like this:
-tcl Generate Tcl wrappers
-xml Generate XML wrappers
-c++ Enable C++ parsing
-D<em>symbol</em> Define a preprocessor symbol
-Fstandard Display error/warning messages in commonly used format
-Fmicrosoft Display error/warning messages in Microsoft format
-help Display all options
-I<em>dir</em> Add a directory to the file include path
-l<em>file</em> Include a SWIG library file.
-module <em>name</em> Set the name of the SWIG module
-noruntime Generate raw wrapper code (omit supporting code)
-o <em>outfile</em> Name of output file
-outdir <em>dir</em> Set language specific files output directory
-module <em>name</em> Set the name of the SWIG module
-D<em>symbol</em> Define a preprocessor symbol
-version Show SWIG version number
-swiglib Show location of SWIG library
-help Display all options
-version Show SWIG version number
</pre></blockquote>
@ -2655,4 +2657,4 @@ The bottom line: don't do this.
<address>SWIG 1.3 - Last Modified : August 7, 2003</address>
</body>
</html>
</html>