 Linker
Replaces the Linker specified in Options. The default value is taken from the Option setting but can be changed here if needed.
|
|
 Extra Libs
If 3rd party libraries are needed, must be specified here, separated by commas.
|
|
 Ignore Libs
If some default libraries must be ignored because of conflicts with Extra Libs, all libraries to ignore by the linker must be specified here.
|
|
 Libs Path
Paths used by the linker to find the extra library modules listed above. If several, must be separated by commas.
|
|
 Options
Linker options added by the user.
|
|
 Code Gen
Selects one of them according to the library used and the output type expected.
|
|
 Generates
Selects if the output object must be an executable (EXE), a Dynamic Library (DLL) or a Component (COM)
See the Tutorial (Understanding Runtime) to learn how to use them.
|
|