The Include pre-processor has the following general syntax:
mfinclpp input-file-name -incl [-ppincl output-file-name] [-optincl incl-pp-options]
The only required option is the input-file-name. The other options are:
Option | Explanation |
---|---|
-ppincl output-file-name | Overrides the default output file name, which will be input-file-name with an extension of .ppi. Example: -ppincl myprog.dek |
-optincl options-string | Specifies which INCLUDE statements you wish the Include preprocessor to process.
options-string is any or all of the following single letters (upper or lowercase) specified in any order without any intervening commas
or spaces:
If this option is not specified, SPLI is the default. i.e. all of these INCLUDE statements are processed. |