C# Class AvalonStudio.Toolchains.LocalGCC.LocalGCCToolchain

Inheritance: GCCToolchain
Afficher le fichier Open project: VitalElement/AvalonStudio Class Usage Examples

Private Properties

Свойство Type Description
GetLinkerScriptLocation string

Méthodes publiques

Méthode Description
CanHandle ( IProject project ) : bool
GetBaseLibraryArguments ( IStandardProject superProject ) : string
GetCompilerArguments ( IStandardProject superProject, IStandardProject project, ISourceFile file ) : string
GetConfigurationPages ( IProject project ) : IList
GetLinkerArguments ( IStandardProject superProject, IStandardProject project ) : string
GetToolchainIncludes ( ISourceFile file ) : IEnumerable
PostBuild ( IConsole console, IProject project, LinkResult linkResult ) : Task
PreBuild ( IConsole console, IProject project ) : Task
SupportsFile ( ISourceFile file ) : bool

Private Methods

Méthode Description
GetLinkerScriptLocation ( IStandardProject project ) : string

Method Details

CanHandle() public méthode

public CanHandle ( IProject project ) : bool
project IProject
Résultat bool

GetBaseLibraryArguments() public méthode

public GetBaseLibraryArguments ( IStandardProject superProject ) : string
superProject IStandardProject
Résultat string

GetCompilerArguments() public méthode

public GetCompilerArguments ( IStandardProject superProject, IStandardProject project, ISourceFile file ) : string
superProject IStandardProject
project IStandardProject
file ISourceFile
Résultat string

GetConfigurationPages() public méthode

public GetConfigurationPages ( IProject project ) : IList
project IProject
Résultat IList

GetLinkerArguments() public méthode

public GetLinkerArguments ( IStandardProject superProject, IStandardProject project ) : string
superProject IStandardProject
project IStandardProject
Résultat string

GetToolchainIncludes() public méthode

public GetToolchainIncludes ( ISourceFile file ) : IEnumerable
file ISourceFile
Résultat IEnumerable

PostBuild() public méthode

public PostBuild ( IConsole console, IProject project, LinkResult linkResult ) : Task
console IConsole
project IProject
linkResult AvalonStudio.Toolchains.Standard.LinkResult
Résultat Task

PreBuild() public méthode

public PreBuild ( IConsole console, IProject project ) : Task
console IConsole
project IProject
Résultat Task

SupportsFile() public méthode

public SupportsFile ( ISourceFile file ) : bool
file ISourceFile
Résultat bool