Classes | |
class | FileList |
class | InvalidCommand |
class | InvalidOption |
class | VCProject |
class | VCProjException |
class | YamlConfig |
Functions | |
def | main (argv) |
def | parse_args (argv) |
def | test_filelist () |
def | test_vcproj () |
def | test_yamlconfig () |
def | usage () |
Variables | |
dictionary | conf_type |
string | dll_yaml |
string | exe_yaml |
string | exeproj_yaml |
string | lib_yaml |
string | rtcdll_yaml |
string | rtcexe_yaml |
string | tool_elem |
dictionary | tools |
string | vcproj_template |
def vcprojtool.main | ( | argv | ) |
Definition at line 1088 of file vcprojtool.py.
def vcprojtool.parse_args | ( | argv | ) |
Definition at line 1029 of file vcprojtool.py.
def vcprojtool.test_filelist | ( | ) |
Definition at line 1128 of file vcprojtool.py.
def vcprojtool.test_vcproj | ( | ) |
Definition at line 1144 of file vcprojtool.py.
def vcprojtool.test_yamlconfig | ( | ) |
Definition at line 1133 of file vcprojtool.py.
def vcprojtool.usage | ( | ) |
Definition at line 807 of file vcprojtool.py.
dictionary vcprojtool.conf_type |
Definition at line 107 of file vcprojtool.py.
string vcprojtool.dll_yaml |
Definition at line 333 of file vcprojtool.py.
string vcprojtool.exe_yaml |
Definition at line 207 of file vcprojtool.py.
string vcprojtool.exeproj_yaml |
Definition at line 186 of file vcprojtool.py.
string vcprojtool.lib_yaml |
Definition at line 477 of file vcprojtool.py.
string vcprojtool.rtcdll_yaml |
Definition at line 692 of file vcprojtool.py.
string vcprojtool.rtcexe_yaml |
Definition at line 583 of file vcprojtool.py.
string vcprojtool.tool_elem |
Definition at line 175 of file vcprojtool.py.
dictionary vcprojtool.tools |
Definition at line 113 of file vcprojtool.py.
string vcprojtool.vcproj_template |
Definition at line 21 of file vcprojtool.py.