Classes | Functions | Variables
vcprojtool Namespace Reference

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
 

Function Documentation

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.

Variable Documentation

dictionary vcprojtool.conf_type
Initial value:
1 = {"EXE": 1, "DLL": 2, "NMAKE": 3, "LIB": 4,
2  "RTCEXE": 1, "RTCDLL": 2}

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
Initial value:
1 = """
2 ProjectType: Visual C++
3 Version: 8.00
4 Name: # Your Project Name
5 ProjectGUID: __GUID__
6 RootNamespace:
7 Keyword: Win32Proj
8 Platforms:
9  Platform:
10  Name: Win32
11 Configurations:
12  - Name: Debug
13  OutputDirectory: $(ProjectDir)$(ConfigurationName)
14  IntermediateDirectory: $(ConfigurationName)
15  InheritedPropertySheets: # Set vsprops file if you need
16 """

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
Initial value:
1 = """ <Tool
2  Name="%s"
3 [if-any conf.%s][for tool in conf.%s]
4 [if-any tool.Key]
5  [tool.Key]="[tool.Value]"
6 [endif]
7 [endfor][endif]
8  />
9 """

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.



openrtm_aist
Author(s): Noriaki Ando
autogenerated on Thu Jun 6 2019 19:26:05