NAnt SDK Documentation - v0.92 |
|
LinkTask.IgnoreLibraries Property
Names of libraries that you want the linker to ignore when it resolves external references.
[Visual Basic]
<BuildElementCollection(ChildElementName:="library", ElementType:=null, Name:="ignorelibraries", Required:=False, ProcessXml:=True)>
Public Property IgnoreLibraries As
LibraryCollection
[C#]
[BuildElementCollection(ChildElementName="library", ElementType=null, Name="ignorelibraries", Required=False, ProcessXml=True)]
public
NAnt.VisualCpp.Types.LibraryCollection IgnoreLibraries {get; set;}
See Also
LinkTask Class | NAnt.VisualCpp.Tasks Namespace