|
PyXMake Developer Guide 1.0
PyXMake
|
Public Member Functions | |
| initialize_options (self) | |
| finalize_options (self) | |
Public Member Functions inherited from PyXMake.VTL.stm_make._BaseCommandRunner | |
| run (self) | |
Public Attributes | |
| int | verbose = 0 |
| str | source_path = '' |
| str | output_file_path = '' |
| scratch_path = os.getcwd() | |
| str | install_path = "$Desktop" |
Public Attributes inherited from PyXMake.VTL.stm_make._BaseCommandRunner | |
| verbose | |
Static Public Attributes | |
| str | description = "Compile a stand-alone installer using NSIS." |
| list | user_options |
Protected Member Functions | |
| _run_command (self, command) | |
Protected Member Functions inherited from PyXMake.VTL.stm_make._BaseCommandRunner | |
| _create_command (self) | |
| _perform_post_actions (self) | |
Static Protected Attributes | |
| str | _BUNDLE_NAME = '' |
| str | _INPUT_FILES = "" |
Additional Inherited Members | |
Static Protected Member Functions inherited from PyXMake.VTL.stm_make._BaseCommandRunner | |
| _create_build_dir () | |
Base class for encapsulating command line arguments and build process.
Definition at line 194 of file stm_make.py.
|
protected |
Execute build command
Reimplemented from PyXMake.VTL.stm_make._BaseCommandRunner.
Definition at line 230 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_bundle.finalize_options | ( | self | ) |
Post-process options.
Definition at line 222 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_bundle.initialize_options | ( | self | ) |
Set default values for options.
Definition at line 211 of file stm_make.py.
|
staticprotected |
Definition at line 198 of file stm_make.py.
|
staticprotected |
Definition at line 199 of file stm_make.py.
|
static |
Definition at line 201 of file stm_make.py.
| str PyXMake.VTL.stm_make.pyx_bundle.install_path = "$Desktop" |
Definition at line 220 of file stm_make.py.
| str PyXMake.VTL.stm_make.pyx_bundle.output_file_path = '' |
Definition at line 218 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_bundle.scratch_path = os.getcwd() |
Definition at line 219 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_bundle.source_path = '' |
Definition at line 217 of file stm_make.py.
|
static |
Definition at line 202 of file stm_make.py.
| int PyXMake.VTL.stm_make.pyx_bundle.verbose = 0 |
Definition at line 216 of file stm_make.py.