C# Class AGS.Editor.BuildTargetLinux

Inheritance: BuildTargetBase
Mostra file Open project: adventuregamestudio/ags

Public Methods

Method Description
Build ( CompileMessages errors, bool forceRebuild ) : bool
GetPlatformStandardSubfolders ( ) : string[]
GetRequiredLibraryPaths ( ) : string>.IDictionary

Private Methods

Method Description
CheckPluginsHaveSharedLibraries ( ) : bool
GetSymLinkScriptForEachPlugin ( bool is64bit ) : string

Method Details

Build() public method

public Build ( CompileMessages errors, bool forceRebuild ) : bool
errors CompileMessages
forceRebuild bool
return bool

GetPlatformStandardSubfolders() public method

public GetPlatformStandardSubfolders ( ) : string[]
return string[]

GetRequiredLibraryPaths() public method

public GetRequiredLibraryPaths ( ) : string>.IDictionary
return string>.IDictionary