Lines Matching full:write
17 # with this program; if not, write to the Free Software Foundation, Inc.,
156 out.write('<?xml version="1.0" encoding="UTF-8"?>\r\n')
170 # write head include path
182 # write include path
187 # write cppdefinitons flags
193 # write link flags
195 # write lib dependence (Link)
203 # write lib include path
221 …out.write(r'<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com…
222 out.write(vcxproj_string[len(root_node):])
228 out.write('<?xml version="1.0" encoding="UTF-8"?>\r\n')
230 …out.write(r'<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003…
231 out.write(filter_string[len(root_node):])