(root, flags)
| 48 | node.attrib['Options'] = flags |
| 49 | |
| 50 | def CLSetAsFlags(root, flags): |
| 51 | node = root.find('Settings').find('Configuration').find('Compiler') |
| 52 | node.attrib['Assembler'] = flags |
| 53 | |
| 54 | def CLAddIncludePath(root, path): |
| 55 | node = root.find('Settings').find('Configuration').find('Compiler') |