(root, flags)
| 44 | node.attrib['C_Options'] = flags |
| 45 | |
| 46 | def CLSetCxxFlags(root, flags): |
| 47 | node = root.find('Settings').find('Configuration').find('Compiler') |
| 48 | node.attrib['Options'] = flags |
| 49 | |
| 50 | def CLSetAsFlags(root, flags): |
| 51 | node = root.find('Settings').find('Configuration').find('Compiler') |