|
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 = 2 |
| str | source_path = '' |
| str | source_file = 'mcd_astandard' |
| str | output_file_path = '' |
| str | base_path = '' |
| scratch_path = os.getcwd() | |
| libs = None | |
| includes = None | |
| libpaths = None | |
| str | msvsc = "vs2015" |
Public Attributes inherited from PyXMake.VTL.stm_make._BaseCommandRunner | |
| verbose | |
Static Public Attributes | |
| str | description = "Runs an user-defined build process utilizing the PyXMake build environment." |
| 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 | _PACKAGE_NAME = '' |
| list | _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 830 of file stm_make.py.
|
protected |
Execute build command
Reimplemented from PyXMake.VTL.stm_make._BaseCommandRunner.
Definition at line 883 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_custom.finalize_options | ( | self | ) |
Post-process options.
Definition at line 872 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_custom.initialize_options | ( | self | ) |
Set default values for options.
Definition at line 849 of file stm_make.py.
|
staticprotected |
Definition at line 835 of file stm_make.py.
|
staticprotected |
Definition at line 834 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_custom.base_path = '' |
Definition at line 858 of file stm_make.py.
|
static |
Definition at line 837 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_custom.includes = None |
Definition at line 861 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_custom.libpaths = None |
Definition at line 862 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_custom.libs = None |
Definition at line 860 of file stm_make.py.
| str PyXMake.VTL.stm_make.pyx_custom.msvsc = "vs2015" |
Definition at line 867 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_custom.output_file_path = '' |
Definition at line 857 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_custom.scratch_path = os.getcwd() |
Definition at line 859 of file stm_make.py.
| str PyXMake.VTL.stm_make.pyx_custom.source_file = 'mcd_astandard' |
Definition at line 856 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_custom.source_path = '' |
Definition at line 855 of file stm_make.py.
|
static |
Definition at line 838 of file stm_make.py.
| int PyXMake.VTL.stm_make.pyx_custom.verbose = 2 |
Definition at line 854 of file stm_make.py.