Classes | |
class | vcproj_gen |
Variables | |
string | copyprops |
string | userprops |
string vcproj_gen::copyprops |
00001 """ 00002 copy "%RTM_ROOT%\\etc\\rtm_config.vsprops" . 00003 """
Definition at line 23 of file vcproj_gen.py.
string vcproj_gen::userprops |
00001 """<?xml version="1.0" encoding="shift_jis"?> 00002 <VisualStudioPropertySheet 00003 ProjectType="Visual C++" 00004 Version="8.00" 00005 Name="User property" 00006 > 00007 <UserMacro 00008 Name="user_lib" 00009 Value="" 00010 /> 00011 <UserMacro 00012 Name="user_libd" 00013 Value="" 00014 /> 00015 </VisualStudioPropertySheet> 00016 """
Definition at line 27 of file vcproj_gen.py.