![]() |
PyXMake Developer Guide 1.0
PyXMake
|
Public Attributes | |
list | copyfiles = ["standardU.dll","explicitU-D.dll"] |
str | libs = "mcd_corex64" |
list | includes |
base_path | |
libpaths = os.path.join(self.base_path,"lib",Utility.GetPlatform(),Utility.GetArchitecture()) | |
![]() | |
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" |
![]() | |
verbose | |
Protected Member Functions | |
_create_command (self) | |
![]() | |
_run_command (self, command) | |
![]() | |
_perform_post_actions (self) | |
Static Protected Attributes | |
str | _PACKAGE_NAME = 'mcd_abaqus' |
int | _MAKE_OPT = 6 |
![]() | |
str | _PACKAGE_NAME = '' |
list | _INPUT_FILES = [] |
Additional Inherited Members | |
![]() | |
initialize_options (self) | |
finalize_options (self) | |
![]() | |
run (self) | |
![]() | |
str | description = "Runs an user-defined build process utilizing the PyXMake build environment." |
list | user_options |
![]() | |
_create_build_dir () | |
Runs the build process of MCODAC for ABAQUS.
Definition at line 903 of file stm_make.py.
|
protected |
Reimplemented from PyXMake.VTL.stm_make._BaseCommandRunner.
Definition at line 911 of file stm_make.py.
|
staticprotected |
Definition at line 909 of file stm_make.py.
|
staticprotected |
Definition at line 908 of file stm_make.py.
PyXMake.VTL.stm_make.abq_mcodac.base_path |
Definition at line 924 of file stm_make.py.
list PyXMake.VTL.stm_make.abq_mcodac.copyfiles = ["standardU.dll","explicitU-D.dll"] |
Definition at line 920 of file stm_make.py.
list PyXMake.VTL.stm_make.abq_mcodac.includes |
Definition at line 922 of file stm_make.py.
PyXMake.VTL.stm_make.abq_mcodac.libpaths = os.path.join(self.base_path,"lib",Utility.GetPlatform(),Utility.GetArchitecture()) |
Definition at line 925 of file stm_make.py.
str PyXMake.VTL.stm_make.abq_mcodac.libs = "mcd_corex64" |
Definition at line 921 of file stm_make.py.