C# Class NAnt.VisualCpp.Tasks.McTask

Inheritance: NAnt.Core.Tasks.ExternalProgramBase
ファイルを表示 Open project: skolima/NAnt

Private Properties

Property Type Description
NeedsCompiling bool

Protected Methods

Method Description
ExecuteTask ( ) : void

Compiles the sources.

Private Methods

Method Description
NeedsCompiling ( string destinationFile ) : bool

Determine if source files need re-building.

Method Details

ExecuteTask() protected method

Compiles the sources.
protected ExecuteTask ( ) : void
return void