NAnt SDK Documentation - v0.85-nightly-2005-11-09

PkgConfigFunctions.GetLinkFlags Method 

[This is preliminary documentation and subject to change.]

Gets the link flags required to compile the package, including all its dependencies.

[Visual Basic]
<Function(Name:="get-link-flags")>
Public Function GetLinkFlags( _
   ByVal package As String _
) As String
[C#]
[Function(Name="get-link-flags")]
public string GetLinkFlags(
   string package
);

Parameters

package
The package for which the link flags should be retrieved.

Return Value

The link flags required to compile the package.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Functions.PkgConfigFunctions.GetLinkFlags(System.String)

Exceptions

Exception Type Condition
Win32Exception pkg-config could not be started.
ArgumentException package does not exist.

See Also

PkgConfigFunctions Class | NAnt.Core.Functions Namespace