DSC Assembler > Input

Use this panel to specify additional files the DSC Assembler 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 optimization options for DSC.

Table 1. Tool Settings - DSC Assembler > Input
Option Description
Prefix File Specify a prefix file that you want the compiler to include at the top of each file.
Always Search User Paths (-nosyspath) Performs a search of both the user and system paths, treating #include statements of the form #include <xyz> the same as the form #include " xyz".
User Path (-i) Lets you add/update the user paths that the CodeWarrior IDE searches to find files in your project. You can add several kinds of paths including absolute and project-relative.
User Recursive Path (-ir) Lets you add/update the recursive user paths that the CodeWarrior IDE searches to find files in your project. You can add several kinds of paths including absolute and project-relative.
System Path (-I- -I) Lets you add/update the system paths that the CodeWarrior IDE searches to find files in your project. You can add several kinds of paths including absolute and project-relative.
System Recursive Path (-I- -ir) Lets you add/update the recursive system paths that the CodeWarrior IDE searches to find files in your project. You can add several kinds of paths including absolute and project-relative.