Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image Removed

...

Table of Content Zone
locationtop

Accelerating and Distributing Custom Tools

BuildConsole /command enables accelerating the build time of a predefined set of standard Make and other build tools and supported compilers. IncrediBuild offers an additional extension package (IncrediBuild for Dev Tools), which enables users to add acceleration and distribution support for other tools and processes that are used in the development environment.

Support can be extended to additional tools, by adding /Profile to the BuildConsole command, provided you have the Dev Tools package (see IncrediBuild for Dev Tools).  For example, if you have a Make application, which includes compression of files and encoding to audio files, you can accelerate or distribute parts of the audio encoding and/or compression. To perform this, add profile.xml to the BuildConsole command, and in the profile.xml file, define to IncrediBuild the tools that you want to continue to accelerate. This is the done the same way as in Visual Studio 2010 and later.

To add support for other tools using a profile XML file:

  1. Create a profile XML file as described in Automatic Interception Interface – Profile XML File section.
  2. Define in the profile XML file the tools that you want 'BuildConsole /command' to accelerate and distribute.
  3. Add the /profile option to your BuildConsole command line:
    BuildConsole /command="<job command line>" [Options] /profile="Profile.XML"

Note: This command line provides additional distribution and configuration instructions, as defined in the profile XML file.

...

Integration Interfaces:

Child pages (Children Display)
styleh4
pageIntegration Interfaces

User Manual:

...

Image Added