info about -E added
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6056 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
7d8e76b4cc
commit
e9b89f79e4
1 changed files with 8 additions and 0 deletions
|
|
@ -312,6 +312,14 @@ to actually go into the wrapper file, prefix the preprocessor directives with <t
|
|||
|
||||
SWIG will strip the extra <tt>%</tt> and leave the preprocessor directive in the code.
|
||||
|
||||
<p>
|
||||
|
||||
<a name="n5"></a><H2>6.4 Viewing preprocessor output</H2>
|
||||
Like many compilers, SWIG supports a <tt>-E</tt> command line option to display the output from the preprocessor.
|
||||
When the <tt>-E</tt> switch is used, SWIG will not generate any wrappers.
|
||||
Instead the results after the preprocessor has run are displayed.
|
||||
This might be useful as an aid to debugging and viewing the results of macro expansions.
|
||||
|
||||
<p><hr>
|
||||
|
||||
<address>SWIG 1.3 - Last Modified : March 9, 2003</address>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue