PyXMake Developer Guide  1.0
PyXMake
PyXMake.VTL.stm_make.pyx_custom Class Reference
Inheritance diagram for PyXMake.VTL.stm_make.pyx_custom:
PyXMake.VTL.stm_make._BaseCommandRunner PyXMake.VTL.stm_make.abq_mcodac

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
 
 source_file
 
 output_file_path
 
 base_path
 
 scratch_path
 
 libs
 
 includes
 
 libpaths
 
 msvsc
 

Static Public Attributes

string description = "Runs an user-defined build process utilizing the PyXMake build environment."
 
list user_options
 

Detailed Description

Base class for encapsulating command line arguments and build process. 

Definition at line 796 of file stm_make.py.

Member Function Documentation

◆ finalize_options()

def PyXMake.VTL.stm_make.pyx_custom.finalize_options (   self)
Post-process options.

Definition at line 838 of file stm_make.py.

◆ initialize_options()

def PyXMake.VTL.stm_make.pyx_custom.initialize_options (   self)
Set default values for options.

Definition at line 815 of file stm_make.py.

Member Data Documentation

◆ user_options

list PyXMake.VTL.stm_make.pyx_custom.user_options
static
Initial value:
= [
# The format is (long option, short option, description).
('msvsc=', None, 'identifier, which compiler version from Microsoft Visual Studio to be used'),
('source-path=', None, 'path to the folder holding source files'),
('source-file=', None, 'source file or list of source files. Defaults to "mcd_astandard"'),
('verbose=', None, 'controls the logging level (0 - Nothing) Default: 2 - Everything'),
('scratch-path=', None, 'path to scratch folder where all temporary data is located during the build event'),
('base-path=', None, 'path to base folder - optional'),
('output-file-path=', None, 'path to the output directory'),
]

Definition at line 804 of file stm_make.py.


The documentation for this class was generated from the following file: