Import Build Tools from External File Dialog Box

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:

  • Type the name of the XML file.

  • Click Browse, navigate to the XML file that you want to import, select it, and click Open.

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

About Build Tools

Adding Build Tools

Adding Options to Build Tools