提交 639705c7 编写于 作者: N Neil Yang

一个小问题

应该使用utils对象
上级 d8ec36a9
......@@ -134,7 +134,7 @@ def VS_add_HeadFiles(program, elem, project_path):
ItemGroup = SubElement(elem, 'ItemGroup')
filter_h_ItemGroup = SubElement(filter_project, 'ItemGroup')
for f in building.source_list:
for f in utils.source_list:
path = _make_path_relative(project_path, f)
File = SubElement(ItemGroup, 'ClInclude')
File.set('Include', path.decode(fs_encoding))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册