-e
|
used to preserves user comments.
|
-nologo
|
suppresses display of copyright message.
|
-verbose
|
display verbose error messages, useful when debugging iPP source files.
|
-i path
|
append the specified path to the search path for include files.
|
-d identifier=definition
|
associate the specified definition with the given identifier.
|
-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
|