![]() |
PyXMake Developer Guide 1.0
PyXMake
|
Public Attributes | |
include = VTL.GetIncludeDirectory(PyCODAC.PyCODACPath, self._KEY_OPT), | |
dependency = VTL.GetLinkDependency(self._KEY_OPT), | |
![]() | |
int | verbose = 0 |
str | source_path = '' |
str | output_file_path = '' |
str | mode = "onedir" |
scratch_path = os.getcwd() | |
include = None | |
dependency = None | |
![]() | |
verbose | |
Protected Member Functions | |
_create_command (self) | |
![]() | |
_run_command (self, command) | |
![]() | |
_perform_post_actions (self) | |
Static Protected Attributes | |
int | _KEY_OPT = 8 |
str | _APP_NAME = 'STMLab' |
_INPUT_SCRIPT = GetSourceCode(_KEY_OPT) | |
![]() | |
str | _APP_NAME = '' |
str | _INPUT_SCRIPT = "" |
Additional Inherited Members | |
![]() | |
initialize_options (self) | |
finalize_options (self) | |
![]() | |
run (self) | |
![]() | |
str | description = "Compile a stand-alone application using PyInstaller." |
list | user_options |
![]() | |
_create_build_dir () | |
Runs the application build process using PyCODAC to create runtime for STMLab.
Definition at line 163 of file stm_make.py.
|
protected |
Reimplemented from PyXMake.VTL.stm_make._BaseCommandRunner.
Definition at line 174 of file stm_make.py.
|
staticprotected |
Definition at line 171 of file stm_make.py.
|
staticprotected |
Definition at line 172 of file stm_make.py.
|
staticprotected |
Definition at line 170 of file stm_make.py.
PyXMake.VTL.stm_make.app_pycodac.dependency = VTL.GetLinkDependency(self._KEY_OPT), |
Definition at line 180 of file stm_make.py.
PyXMake.VTL.stm_make.app_pycodac.include = VTL.GetIncludeDirectory(PyCODAC.PyCODACPath, self._KEY_OPT), |
Definition at line 179 of file stm_make.py.