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 | Cltools |
dictionary | conf_type |
string | dll_yaml |
string | exe_yaml |
string | exeproj_yaml |
string | lib_yaml |
dictionary | Libtools |
dictionary | Linktools |
dictionary | PostBuildEventtools |
dictionary | PreBuildEventtools |
dictionary | PreLinkEventtools |
string | rtcdll_yaml |
string | rtcexe_yaml |
string | tool_elem |
string | vcxproj_template |
def vcxprojtool.main | ( | argv | ) |
Definition at line 1235 of file vcxprojtool.py.
def vcxprojtool.parse_args | ( | argv | ) |
Definition at line 1176 of file vcxprojtool.py.
def vcxprojtool.test_filelist | ( | ) |
Definition at line 1275 of file vcxprojtool.py.
def vcxprojtool.test_vcproj | ( | ) |
Definition at line 1291 of file vcxprojtool.py.
def vcxprojtool.test_yamlconfig | ( | ) |
Definition at line 1280 of file vcxprojtool.py.
def vcxprojtool.usage | ( | ) |
Definition at line 915 of file vcxprojtool.py.
dictionary vcxprojtool.Cltools |
Definition at line 160 of file vcxprojtool.py.
dictionary vcxprojtool.conf_type |
Definition at line 135 of file vcxprojtool.py.
string vcxprojtool.dll_yaml |
Definition at line 424 of file vcxprojtool.py.
string vcxprojtool.exe_yaml |
Definition at line 282 of file vcxprojtool.py.
string vcxprojtool.exeproj_yaml |
Definition at line 261 of file vcxprojtool.py.
string vcxprojtool.lib_yaml |
Definition at line 570 of file vcxprojtool.py.
dictionary vcxprojtool.Libtools |
Definition at line 189 of file vcxprojtool.py.
dictionary vcxprojtool.Linktools |
Definition at line 207 of file vcxprojtool.py.
dictionary vcxprojtool.PostBuildEventtools |
Definition at line 231 of file vcxprojtool.py.
dictionary vcxprojtool.PreBuildEventtools |
Definition at line 144 of file vcxprojtool.py.
dictionary vcxprojtool.PreLinkEventtools |
Definition at line 198 of file vcxprojtool.py.
string vcxprojtool.rtcdll_yaml |
Definition at line 794 of file vcxprojtool.py.
string vcxprojtool.rtcexe_yaml |
Definition at line 678 of file vcxprojtool.py.
string vcxprojtool.tool_elem |
Definition at line 254 of file vcxprojtool.py.
string vcxprojtool.vcxproj_template |
Definition at line 21 of file vcxprojtool.py.