Adds a library target to the collection
Source position: fpmkunit.pp line 859
public function TTargets.AddLibrary( |
const ALibraryName: string |
const ALibraryName: string; |
const OSes: TOSes |
const ALibraryName: string; |
const CPUs: TCPUS; |
const OSes: TOSes |
):TTarget; |
ALibraryName |
|
Name of the library to add |
Newly created library target
ALibraryName |
|
Name of the library to add |
OSes |
|
Set of operating systems for this library |
ALibraryName |
|
Name of the library to add |
CPUs |
|
Set of CPU architectures for this library |
OSes |
|
Set of operating systems for this library |
Creates and adds a new library target with the specified name to the target collection. The library will be compiled as a shared library and can optionally be restricted to specific CPU architectures and operating systems.
|
Adds a unit target to the collection |
|
|
Adds a program target to the collection |
|
ttSharedLibrary |
|
Dynamic shared library target |