Use this panel to specify additional files the DSC Compiler should use. You can specify multiple additional libraries and library search paths. Also, you can change the order in which the IDE uses or searches the libraries.
The following table lists and describes the compiler inputs options for DSC.
| Option | Description |
|---|---|
| Prefix File | Specifies a file to be included at the beginning of every assembly file of the project. Lets you include common definitions without using an include directive in every file. |
| Source File Encoding | Allows you to specify the default encoding of source files. Multibyte and Unicode source text is supported. |
| Allow Macro Redefinition | Enables to redefine the macros with the #define directive without first undefining them with the #undef directive. |
| Defined Macros | Lists the defined command-line macros. |
| Undefined Macros | Lists the undefined command-line macros. |