-b
|
used to preserve blank lines.
|
-c
|
used to preserve user comments.
|
-e
|
support embedded quotes.
|
-help
|
display this help message.
|
-nologo
|
suppresses display of copyright message.
|
-verbose
|
display verbose error messages, useful when debugging iPP source files.
|
-w
|
ignore all warnings.
|
-i path
|
append the specified path to the search path for include files.
|
-d identifier=definition
|
associate the specified definition with the given identifier.
This option can not be used to define macros. Macros must be defined using the #define directive.
|
-u identifier
|
remove the specified identifier.
|
inputfile
|
the name of the template file
|
outputfile
|
the name of the file to generate
output will be sent to stdio if none is specified
|