![]() |
PyXMake Developer Guide
1.0
PyXMake
|
Public Member Functions | |
| def | initialize_options (self) |
| def | finalize_options (self) |
Public Member Functions inherited from PyXMake.VTL.stm_make._BaseCommandRunner | |
| def | run (self) |
Public Attributes | |
| verbose | |
| source_path | |
| output_file_path | |
| mode | |
| scratch_path | |
| include | |
| dependency | |
Static Public Attributes | |
| string | description = "Compile a stand-alone application using PyInstaller." |
| list | user_options |
Base class for encapsulating command line arguments and build process.
Definition at line 86 of file stm_make.py.
| def PyXMake.VTL.stm_make.pyx_app.finalize_options | ( | self | ) |
Post-process options.
Definition at line 116 of file stm_make.py.
| def PyXMake.VTL.stm_make.pyx_app.initialize_options | ( | self | ) |
Set default values for options.
Definition at line 103 of file stm_make.py.
|
static |
Definition at line 94 of file stm_make.py.