(root, flags)
| 40 | fs_encoding = sys.getfilesystemencoding() |
| 41 | |
| 42 | def CLSetCFlags(root, flags): |
| 43 | node = root.find('Settings').find('Configuration').find('Compiler') |
| 44 | node.attrib['C_Options'] = flags |
| 45 | |
| 46 | def CLSetCxxFlags(root, flags): |
| 47 | node = root.find('Settings').find('Configuration').find('Compiler') |