‑‑dynamic_output
In this section:
Syntax
‑‑dynamic_output[=[i|m|n][l|w][b]] {filename|directory|+}
Parameters
| Lists only the names of files |
| Lists in makefile style (multiple rules) |
| Lists in makefile style (one rule) |
| Uses the locale encoding instead of UTF-8 |
| Uses little-endian UTF-16 instead of UTF-8 |
| Uses a Byte Order Mark (BOM) in UTF-8 output |
| Gives the same output as |
See also Rules for specifying a filename or directory as parameters.
Description
Use this option to make the compiler list in a structured format all output files from the compilation, except for the generated dynamic output file itself.
Caution
This option is not available in the IDE.