![]() |
PyXMake Developer Guide 1.0
PyXMake
|
Public Attributes | |
install_path = os.getenv("plugin_central_dir",os.path.join(Utility.AsDrive("c"),"simulia","cae","plugins","2019")) | |
![]() | |
int | verbose = 0 |
str | source_path = '' |
str | output_file_path = '' |
scratch_path = os.getcwd() | |
str | install_path = "$Desktop" |
![]() | |
verbose | |
Protected Member Functions | |
_create_command (self) | |
![]() | |
_run_command (self, command) | |
![]() | |
_perform_post_actions (self) | |
Static Protected Attributes | |
str | _BUNDLE_NAME = 'STMLab' |
str | _INPUT_FILES = "*.*" |
![]() | |
str | _BUNDLE_NAME = '' |
str | _INPUT_FILES = "" |
Additional Inherited Members | |
![]() | |
initialize_options (self) | |
finalize_options (self) | |
![]() | |
run (self) | |
![]() | |
str | description = "Compile a stand-alone installer using NSIS." |
list | user_options |
![]() | |
_create_build_dir () | |
Create an installer for STMLab using PyCODAC.
Definition at line 248 of file stm_make.py.
|
protected |
Reimplemented from PyXMake.VTL.stm_make._BaseCommandRunner.
Definition at line 256 of file stm_make.py.
|
staticprotected |
Definition at line 253 of file stm_make.py.
|
staticprotected |
Definition at line 254 of file stm_make.py.
PyXMake.VTL.stm_make.bundle_pycodac.install_path = os.getenv("plugin_central_dir",os.path.join(Utility.AsDrive("c"),"simulia","cae","plugins","2019")) |
Definition at line 261 of file stm_make.py.