![]() |
PyXMake Developer Guide 1.0
PyXMake
|
Public Member Functions | |
initialize_options (self) | |
finalize_options (self) | |
![]() | |
run (self) | |
Public Attributes | |
int | verbose = 0 |
str | source_path = '' |
str | output_file_path = '' |
str | mode = "onedir" |
scratch_path = os.getcwd() | |
include = None | |
dependency = None | |
![]() | |
verbose | |
Static Public Attributes | |
str | description = "Compile a stand-alone application using PyInstaller." |
list | user_options |
Protected Member Functions | |
_run_command (self, command) | |
![]() | |
_create_command (self) | |
_perform_post_actions (self) | |
Static Protected Attributes | |
str | _APP_NAME = '' |
str | _INPUT_SCRIPT = "" |
Additional Inherited Members | |
![]() | |
_create_build_dir () | |
Base class for encapsulating command line arguments and build process.
Definition at line 100 of file stm_make.py.
|
protected |
Execute build command
Reimplemented from PyXMake.VTL.stm_make._BaseCommandRunner.
Definition at line 138 of file stm_make.py.
PyXMake.VTL.stm_make.pyx_app.finalize_options | ( | self | ) |
Post-process options.
Definition at line 130 of file stm_make.py.
PyXMake.VTL.stm_make.pyx_app.initialize_options | ( | self | ) |
Set default values for options.
Definition at line 117 of file stm_make.py.
|
staticprotected |
Definition at line 104 of file stm_make.py.
|
staticprotected |
Definition at line 105 of file stm_make.py.
PyXMake.VTL.stm_make.pyx_app.dependency = None |
Definition at line 128 of file stm_make.py.
|
static |
Definition at line 107 of file stm_make.py.
PyXMake.VTL.stm_make.pyx_app.include = None |
Definition at line 127 of file stm_make.py.
str PyXMake.VTL.stm_make.pyx_app.mode = "onedir" |
Definition at line 125 of file stm_make.py.
str PyXMake.VTL.stm_make.pyx_app.output_file_path = '' |
Definition at line 124 of file stm_make.py.
PyXMake.VTL.stm_make.pyx_app.scratch_path = os.getcwd() |
Definition at line 126 of file stm_make.py.
PyXMake.VTL.stm_make.pyx_app.source_path = '' |
Definition at line 123 of file stm_make.py.
|
static |
Definition at line 108 of file stm_make.py.
int PyXMake.VTL.stm_make.pyx_app.verbose = 0 |
Definition at line 122 of file stm_make.py.