C# Class StandaloneBSPValidator.Program.BuildJob

Mostrar archivo Open project: sysprogs/BSPTools

Public Properties

Property Type Description
CompileTasks List
OtherTasks List

Public Methods

Method Description
BuildFast ( string projectDir, int processorCount ) : bool
GenerateMakeFile ( string filePath, string primaryTarget ) : void

Private Methods

Method Description
WaitForMultipleObjects ( int nCount, IntPtr lpHandles, System.Boolean fWaitAll, int dwMilliseconds ) : int

Method Details

BuildFast() public method

public BuildFast ( string projectDir, int processorCount ) : bool
projectDir string
processorCount int
return bool

GenerateMakeFile() public method

public GenerateMakeFile ( string filePath, string primaryTarget ) : void
filePath string
primaryTarget string
return void

Property Details

CompileTasks public_oe property

public List CompileTasks
return List

OtherTasks public_oe property

public List OtherTasks
return List