C# Class vs_nacl.Build.CPPTasks.NaCl.GCCLink

Inheritance: TrackedVCToolTask
Show file Open project: kayru/vs-nacl

Private Properties

Property Type Description
CleanUnusedTLogFiles void

Public Methods

Method Description
GCCLink ( ) : System

Protected Methods

Method Description
ExecuteTool ( string pathToTool, string responseFileCommands, string commandLineCommands ) : int
GenerateResponseFileCommands ( ) : string
LogEventsFromTextOutput ( string singleLine, MessageImportance messageImportance ) : void
PostProcessSwitchList ( ) : void
ValidateParameters ( ) : bool

Private Methods

Method Description
CleanUnusedTLogFiles ( ) : void

Method Details

ExecuteTool() protected method

protected ExecuteTool ( string pathToTool, string responseFileCommands, string commandLineCommands ) : int
pathToTool string
responseFileCommands string
commandLineCommands string
return int

GCCLink() public method

public GCCLink ( ) : System
return System

GenerateResponseFileCommands() protected method

protected GenerateResponseFileCommands ( ) : string
return string

LogEventsFromTextOutput() protected method

protected LogEventsFromTextOutput ( string singleLine, MessageImportance messageImportance ) : void
singleLine string
messageImportance MessageImportance
return void

PostProcessSwitchList() protected method

protected PostProcessSwitchList ( ) : void
return void

ValidateParameters() protected method

protected ValidateParameters ( ) : bool
return bool