Method | 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 |
||
ObjCopy ( IConsole console, IProject project, LinkResult linkResult, AssemblyFormat format ) : Task |
||
PostBuild ( IConsole console, IProject project, LinkResult linkResult ) : Task |
||
PreBuild ( IConsole console, IProject project ) : Task |
||
ProvisionSettings ( IProject project ) : void |
Method | Description | |
---|---|---|
GenerateLinkerScript ( IStandardProject project ) : void | ||
GetLinkerScriptLocation ( IStandardProject project ) : string |
public GetBaseLibraryArguments ( IStandardProject superProject ) : string | ||
superProject | IStandardProject | |
return | string |
public GetCompilerArguments ( IStandardProject superProject, IStandardProject project, ISourceFile file ) : string | ||
superProject | IStandardProject | |
project | IStandardProject | |
file | ISourceFile | |
return | string |
public GetConfigurationPages ( IProject project ) : IList | ||
project | IProject | |
return | IList |
public GetLinkerArguments ( IStandardProject superProject, IStandardProject project ) : string | ||
superProject | IStandardProject | |
project | IStandardProject | |
return | string |
public GetToolchainIncludes ( ISourceFile file ) : IEnumerable |
||
file | ISourceFile | |
return | IEnumerable |
public ObjCopy ( IConsole console, IProject project, LinkResult linkResult, AssemblyFormat format ) : Task |
||
console | IConsole | |
project | IProject | |
linkResult | LinkResult | |
format | AssemblyFormat | |
return | Task |
public PostBuild ( IConsole console, IProject project, LinkResult linkResult ) : Task |
||
console | IConsole | |
project | IProject | |
linkResult | LinkResult | |
return | Task |
public PreBuild ( IConsole console, IProject project ) : Task |
||
console | IConsole | |
project | IProject | |
return | Task |
public ProvisionSettings ( IProject project ) : void | ||
project | IProject | |
return | void |