Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 4(CHIANA CASE)


Section


Column
使用

Using IncrediBuild for Microsoft Visual Studio .NET/2005/2008

IncrediBuild 已完全集成到 Visual Studio 开发环境中。 您可以使用 IncrediBuild 菜单和工具栏命令以及它们的等效键盘快捷方式来运行、停止和查看构建。 默认情况下,IncrediBuild 仅分发 is fully integrated into the Visual Studio development environment. Builds can be run, stopped, and reviewed using the IncrediBuild menu and toolbar commands, as well as their equivalent keyboard shortcuts. By default, IncrediBuild only distributes execution of C/C++ 编译任务和 MIDL 任务的执行。 要了解有关分发自定义构建步骤、自定义构建规则和构建事件的信息,请参阅本节compilation tasks and MIDL tasks. To learn about distributing custom build steps, custom build rules, and build events, see this section.

Table of Content Zone
locationtop


IncrediBuild

操作以下是对可从

Operations

修改 IncrediBuild Agent设置

您可以使用“Settings...”菜单命令访问 IncrediBuild Agent设置对话框。

工具栏和键盘快捷方式

IncrediBuild 操作也可以从 IncrediBuild 工具栏激活。 您可以使用 IDE 的“Customize”命令更改 IncrediBuild 工具栏中显示的命令,或为 IncrediBuild 命令添加键盘快捷方式。

有关自定义 IncrediBuild 的 IDE 集成的更多详细信息,请单击此处

使用

The following is a description of operations available from within the Microsoft Visual Studio .NET/2005/2008/ IDE 中执行的操作的说明:

构建当前项目

要开始构建项目:

  1. 确保在项目资源管理器中选择了目标项目,并且也选择了所需的配置。
  2. 打开“IncrediBuild”菜单并选择“Build Solution”或“Build Project”,以通过增量方式构建当前项目(与其相似,选择“Rebuild Project”将清除所有中间和输出文件,然后构建项目)。
    这将打开构建监视器,并显示构建的输出和进度。

注意:

  • 选择“Build Solution”或“Rebuild Solution”将对活动Solution配置中的所有选定项目配置执行构建操作。

清理当前项目的中间和输出文件

IncrediBuild 提供自己的清理操作,可以清除在构建期间由 IncrediBuild 创建的中间文件。 因此,我们通常建议使用此操作来代替 MSVC 的清理操作。

要清理当前项目的中间和输出文件:

  • 从 IncrediBuild 菜单中选择“Clean”命令。

注意:

  • 选择“Clean Active Project Only”将仅清除活动项目的文件夹,忽略其子项目。

停止进行中的构建

通过从 IncrediBuild 菜单中选择“Stop Build”,可以在构建期间随时停止 IncrediBuild 的操作。 此操作还会停止当前正在运行的 MSVC 构建。

批量操作

所有上述操作都可以对一组项目执行,或者在单次操作中在多个Solution配置上执行。

要执行批量操作:

从 IncrediBuild 菜单中选择“Batch Build...”。
这将打开批量构建对话框:
Image Removed
  • 单击配置名称左侧的复选框,选择一个或多个项目/配置组合。
  • 单击任何操作按钮(“Build”、“Rebuild”或“Clean”)对所有选中的配置执行操作。此处提供了对批量构建对话框选项的详细引用说明。
  • 查看构建结果

    要显示当前运行的构建或 IncrediBuild 执行的最后一次构建的构建监视器,请从 IncrediBuild 菜单中选择“Open Build Monitor”。

    :

    Building the current project

    To start building a project:

    1. Make sure that the target project is selected in the Project Explorer and that the desired configuration is selected.
    2. Open the "IncrediBuild" menu and choose either Build Solution or Build Project to build the current project incrementally (similarly, choose Rebuild Project to clean all intermediate and output files and then build the project).
      The Build Monitor opens, displaying the build's output and progress.

    Note:

    • Selecting Build Solution or Rebuild Solution performs a build operation on all selected project configurations in the active solution configuration.

    Cleaning the current project's intermediate and output files

    IncrediBuild provides its own Clean operation, which also cleans intermediate files created by IncrediBuild during builds. Therefore, it is generally recommended to use this instead of MSVC's Clean operation.

    To clean the current project's intermediate and output files:

    • From the IncrediBuild menu, select the Clean command.

    Note:

    • Selecting Clean Active Project Only cleans only the active project's folders, ignoring its sub-projects.

    Stopping a build in progress

    IncrediBuild's operation can be halted at any time during the build by selecting Stop Build from the IncrediBuild menu. This operation also stops a currently running MSVC build.


    Batch operations

    All of the above operations can be performed on a group of projects or on several solution configurations in a single operation.

    To perform a batch operation:

    1. Select Batch Build... from the IncrediBuild menu.
      The Batch Build dialog opens:

      Image Added

    2. Select one or more project/configuration combinations by clicking the checkboxes to the left of the configuration names.
    3. Click any of the action buttons (Build, Rebuild, or Clean) to perform the operation on all of the selected configurations. A detailed reference of the Batch Build dialog's options is available here.

    Reviewing build results

    To display the Build Monitor for the currently running build or for the last build executed by IncrediBuild, choose Open Build Monitor from the IncrediBuild menu.

    Modifying IncrediBuild Agent settings

    The IncrediBuild Agent Settings dialog can be accessed using the Settings... menu command.

    Toolbar and Keyboard Shortcuts

    IncrediBuild operations can also be activated from the IncrediBuild toolbar. You can change the commands displayed in the IncrediBuild toolbar or add keyboard shortcuts for IncrediBuild commands, using the IDE's Customize command. For more details on customizing IncrediBuild's IDE integration, click here.


    Using IncrediBuild for Visual Studio 6.0 IDE

    IncrediBuild 已经与 is fully integrated into the Visual Studio 6.0 开发环境完全集成。 您可以使用 IncrediBuild 菜单和工具栏命令以及它们的等效键盘快捷方式来运行、停止和查看构建。 默认情况下,IncrediBuild 仅分发 development environment. Builds can be run, stopped, and reviewed using the IncrediBuild menu and toolbar commands, as well as their equivalent keyboard shortcuts. By default, IncrediBuild only distributes execution of C/C++ 编译任务和 MIDL 任务的执行。 要了解有关分发自定义构建步骤和构建事件的信息,请参阅本节

    IncrediBuild 操作

    以下是对可从 compilation tasks and MIDL tasks. To learn about distributing custom build steps and build events, see this section.

    IncrediBuild Operations

    查看构建结果

    要显示当前运行的构建或 IncrediBuild 执行的最后一次构建的构建监视器,请从 IncrediBuild 菜单中选择“Open Build Monitor”。

    修改 IncrediBuild Agent 设置

    您可以使用“Settings...”菜单命令访问 IncrediBuild Agent设置对话框。

    工具栏和键盘快捷方式

    您可以从 IncrediBuild 工具栏以及键盘激活 IncrediBuild 操作。 以下总结了等效命令、工具栏图标和键盘快捷方式(如可用):

    Image Removed

    注意:

  • 默认情况下,工具栏仅包含“Build”、“Batch Build”和“Stop Build”命令。 要向工具栏中添加其他 IncrediBuild 命令,请参阅“自定义 MSVC 集成”一节。
  • 您可以为构建配置 MSVC 的默认键盘快捷方式,并编译操作以运行 IncrediBuild 的操作。 有关更多详细信息,请参阅“自定义 MSVC 集成”一节。

    The following is a description of operations available from within the Microsoft Visual Studio 6.0 IDE 中执行的操作的说明:

    构建当前项目

    要开始构建项目:

    1. 确保目标项目是活动项目,并且已选择了所需的配置。
    2. 打开“IncrediBuild”菜单并选择“Build”(用于增量构建)或“Rebuild”(在构建之前清除所有中间和输出文件)。
      这将打开构建监视器(作为停驻窗口),并显示构建的输出和进度。

    注意:

    • 选择“Build Active Project Only”或“Rebuild Active Project Only”将仅对活动项目执行构建操作,忽略其子项目。

    清理当前项目的中间和输出文件

    IncrediBuild 提供自己的清理操作,可以清除在构建期间由 IncrediBuild 创建的中间文件。 因此,我们通常建议使用此操作来代替 MSVC 的清理操作。

    要清理当前项目的中间和输出文件:

    • 从 IncrediBuild 菜单中选择“Clean”命令。

    注意:

    • 选择“Clean Active Project Only”将仅清除活动项目的文件夹,忽略其子项目。

    停止进行中的构建

    通过从 IncrediBuild 菜单中选择“Stop Build”,可以在构建期间随时停止 IncrediBuild 的操作。 此操作还会停止当前正在运行的 MSVC 构建。

    批量操作

    所有上述操作都可以对当前工作区中的一组配置执行,执行方式类似于 MSVC 的批量构建命令。

    要执行批量操作:

    从 IncrediBuild 菜单中选择“Batch Build...”。
    这将打开批量构建对话框:
    Image Removed
  • 单击配置名称左侧的复选框,选择一个或多个项目/配置组合。
  • 单击任何操作按钮(“Build”、“Rebuild”或“Clean”)对所有选中的配置执行操作。此处提供了对批量构建对话框选项的详细引用说明。
  • :


    Building the current project

    To start building a project:

    1. Make sure that the target project is the active project and that the desired configuration is selected.
    2. Open the "IncrediBuild" menu and choose either Build (for an incremental build) or Rebuild (to clean all intermediate and output files before building).
      The Build Monitor opens as a docked window, displaying the build's output and progress.

    Note:

    • Selecting Build Active Project Only or Rebuild Active Project Only performs a build operation on the active project alone, ignoring its sub-projects.

    Cleaning the current project's intermediate and output files

    IncrediBuild provides its own Clean operation, which also cleans intermediate files created by IncrediBuild during builds. Therefore, it is generally recommended to use this instead of MSVC's Clean operation.

    To clean the current project's intermediate and output files:

    • From the IncrediBuild menu, select the Clean command.

    Note:

    • Selecting Clean Active Project Only cleans only the active project's folders, ignoring its sub-projects.

    Stopping a build in progress

    IncrediBuild's operation can be halted at any time during the build by selecting Stop Build from the IncrediBuild menu. This operation also stops a currently running MSVC build.


    Batch operations

    All of the above operations can be performed on a group of configurations in the current workspace, in a manner similar to MSVC's Batch Build command.

    To perform a batch operation:

    1. Select Batch Build... from the IncrediBuild menu.
      The Batch Build dialog opens:

      Image Added

    2. Select one or more project/configuration combinations by clicking the checkboxes to the left of the configuration names.
    3. Click any of the action buttons (Build, Rebuild, or Clean) to perform the operation on all of the selected configurations. A detailed reference of the Batch Build dialog's options is available here.

    Reviewing build results

    To display the Build Monitor for the currently running build or for the last build executed by IncrediBuild, choose Open Build Monitor from the IncrediBuild menu.

    Modifying IncrediBuild Agent settings

    The IncrediBuild Agent Settings dialog can be accessed using the Settings... menu command.

    Toolbar and Keyboard Shortcuts

    IncrediBuild operations can be activated from the IncrediBuild toolbar as well as from the keyboard. Below is a summary of equivalent commands, toolbar icons, and keyboard shortcuts (when available):

    Image Added


    Notes:

    • By default, the toolbar only contains the Build, Batch Build, and Stop Build commands. To add additional IncrediBuild commands to the toolbar, refer to the section on Customizing MSVC Integration.
    • It is possible to configure MSVC's default keyboard shortcuts for build and compile operations to run IncrediBuild's operations. For further details, refer to the section on Customizing MSVC Integration.



    Column
    width15


    Div

    VS Visual Studio 2008 及更低版本and Earlier:

    Child pages (Children Display)
    styleh4
    pageVisual Studio 2008 and Earlier及更低版本

    IncrediBuild Solutions 简介:

    Child pages (Children Display)
    styleh4
    pageIncrediBuild Solutions

    用户手册User Manual:

    Child pages (Children Display)
    styleh4
    pageIncrediBuild Windows User Manual用户手册