提交 0cf9018e 编写于 作者: wuyangyong's avatar wuyangyong

Update keil.py

clear old groups in template.uvproj.
上级 0ad17f46
...@@ -107,6 +107,7 @@ def MDK4Project(target, script): ...@@ -107,6 +107,7 @@ def MDK4Project(target, script):
groups = tree.find('Targets/Target/Groups') groups = tree.find('Targets/Target/Groups')
if groups is None: if groups is None:
groups = SubElement(tree.find('Targets/Target'), 'Groups') groups = SubElement(tree.find('Targets/Target'), 'Groups')
groups.clear() # clean old groups
for group in script: for group in script:
group_xml = MDK4AddGroup(ProjectFiles, groups, group['name'], group['src'], project_path) group_xml = MDK4AddGroup(ProjectFiles, groups, group['name'], group['src'], project_path)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册