C# Class AGS.Editor.BuildTargetWindows

Inheritance: BuildTargetBase
Show file Open project: adventuregamestudio/ags Class Usage Examples

Public Methods

Method Description
Build ( CompileMessages errors, bool forceRebuild ) : bool
CopyPlugins ( CompileMessages errors ) : void
CreateCompiledSetupProgram ( ) : void
GetPlatformStandardSubfolders ( ) : string[]
GetRequiredLibraryPaths ( ) : string>.IDictionary
UpdateWindowsEXE ( string filename ) : void
UpdateWindowsEXE ( string filename, CompileMessages errors ) : void

Private Methods

Method Description
GenerateGameExplorerXML ( ) : string
UpdateVistaGameExplorerResources ( string newExeName ) : void

Method Details

Build() public method

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

CopyPlugins() public method

public CopyPlugins ( CompileMessages errors ) : void
errors CompileMessages
return void

CreateCompiledSetupProgram() public method

public CreateCompiledSetupProgram ( ) : void
return void

GetPlatformStandardSubfolders() public method

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

GetRequiredLibraryPaths() public method

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

UpdateWindowsEXE() public method

public UpdateWindowsEXE ( string filename ) : void
filename string
return void

UpdateWindowsEXE() public method

public UpdateWindowsEXE ( string filename, CompileMessages errors ) : void
filename string
errors CompileMessages
return void