NAnt SDK Documentation - v0.92

MidlTask.Char Property

The /char switch helps to ensure that the MIDL compiler and C compiler operate together correctly for all char and small types.

[Visual Basic]
<TaskAttribute(Name:="char", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Char As String
[C#]
[TaskAttribute(Name="char", Required=False, ExpandProperties=True, ProcessXml=True)]
public string Char {get; set;}

Remarks

Can be one of signed | unsigned | ascii7

See Also

MidlTask Class | NAnt.VisualCpp.Tasks Namespace