public interface TargetLinkageFactory
TargetLinkage
instances.Modifier and Type | Method and Description |
---|---|
TargetLinkage |
getShared()
Creates a shared linkage for building shared libraries.
|
TargetLinkage |
getStatic()
Creates a static linkage for building static libraries.
|
TargetLinkage getShared()
TargetLinkage
instance representing the shared linkage, never null.TargetLinkage getStatic()
TargetLinkage
instance representing the static linkage, never null.