The Import Build Tools from External File dialog box enables you to import a build tool from an external XML file.
Field |
Description |
Rules and Guidelines |
Select file with build tools information |
Do one of the following:
|
Example: <?xml version="1.0" encoding="UTF-8"?> <BuildTools author="serge" comments="some comments" > <BuildTool name="C++ Compiler" description="C++ Compiler tool"> <Option name="debug" description="some description"> <Value description="option value descriptione">-debug:1</Value> <Value description="option value descriptione">-debug:2</Value> </Option> <Option name="#define" description="example of freeform option value"/> </BuildTool> </BuildTools> |
Related Topics