dynamiclibrarylinker

Description

Defines a command sequence which will link object files into a dynamic library file on a specific platform. This sequence will be called by a linkdynamiclibrary task. It is perfectly OK to be very platform specific in those tasks as they are only run when the os-attribute matches the current platform.

Parameters

Attribute Description Required
os
The operating system for which the task is to be used.
No. Default:  detected OS name
showcommandline
Setting this attribute to "true" will display each command line before it's executed.
No. Default: "false".

Parameters specified as nested elements

command

The command to run. In fact any number of commands may be executed in sequence by specifying multiple command-elements.

Examples

...

No examples yet.