Versions Compared

Key

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


Section


Column

Builds in IncrediBuild can be executed using Make and most other popular build tools.

Here are some sample projects you can run to try out with different build tools:

Make and Other Build Tools – Sample Projects

In the sub folder under the IncrediBuild installation 'Samples\Make And Build Tools', you can find three pre-built sample projects demonstrating how to use IncrediBuild with the following build tools:

Make and Other Build Tools Sample Project 1 – Make

This sample project demonstrates a simple Make compilation.

Sample is found in the following folder:IncrediBuild 中的构建可以使用 Make 和大多数其他热门的构建工具来执行。

以下是一些示例项目,您可以使用不同的构建工具来运行这些项目:

Make & Build Tools – 示例项目

在 IncrediBuild 安装子文件夹“Samples\Make And Build Tools”中,您可以找到三个预构建的示例项目,演示如何将 IncrediBuild 与以下构建工具一起使用:

Make &Build Tools 示例项目 1 – Make

此示例项目演示了一个简单的 Make 编译。

示例位于以下文件夹中:

"[IncrediBuild installation folder]\Samples\Make And Build Tools\Make"

Notes注意:

  • You must have an operable Make environment set up in order to run this sample.
  • The location of the Make executable should be defined in the path, to allow initiation from any folder.
  • You should run the batch file
    • 您必须设置可操作的 Make 环境才能运行此示例。
    • Make 可执行文件的位置应在路径中定义,以允许从任何文件夹启动。
    • 您应该通过被设置到此文件夹的命令提示运行批处理文件 (RunMakeSample.bat)
    from the command prompt set to this folder.The example is currently configured to use the
    • 该示例当前配置为使用 MS Visual Studio 2010
    compiler. If you have a different Visual Studio version installed, open RunMakeSample.bat and replace the following line:
    • 编译器。 如果您安装的是不同版本的 Visual Studio,请打开bat 并将以下命令行:
      call "%VS100COMNTOOLS%vsvars32.bat"
    with either:
    • 替换为:
      call "%VS90COMNTOOLS%vsvars32.bat"
            (for
    • (对于 MS Visual Studio 8.
    0)
    • 0)
    OR:
    • 或者替换为:
      Call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\
    VC
    • Vc\bin\vcvars32.bat
    (For
    • (对于 MS Visual Studio 7.
    0, change according to the VC installation folder if installed in a folder different than the default location.)Make and Other Build Tools Sample Project
    • 0,如果安装在与默认位置不同的文件夹中,则根据 VC 安装文件夹进行更改。)



    Make & Build Tools 示例项目 2 – Jom

    This sample project demonstrates a simple compilation using Jom.

    Sample is found in the following folder:此示例项目演示了一个使用 Jom 的简单编译。

    示例位于以下文件夹中:

    "[IncrediBuild installation folder]\Samples\Make And Build Tools\Jom"


    Notes注意:

  • You must have an operable Jom environment set up in order to run this sample.
  • The location of the Jom executable should be defined in the path, to allow initiation from any folder.
  • You should run the batch file
    • 您必须设置可操作的 Jom 环境才能运行此示例。
    • Jom 可执行文件的位置应在路径中定义,以允许从任何文件夹启动。
    • 您应该通过被设置到此文件夹的命令提示运行批处理文件 (RunJomSample.bat)
    from the command prompt set to this folder.The example is currently configured to use the
    • 该示例当前配置为使用 MS Visual Studio 2010
    compiler. If you have a different Visual Studio version installed, open RunJomSample.bat and replace the following line:
    • 编译器。 如果您安装的是不同版本的 Visual Studio,请打开bat 并将以下命令行:
      call "%VS100COMNTOOLS%vsvars32.bat"
    with either:
    • 替换为:
      call "%VS90COMNTOOLS%vsvars32.bat"
            (for
    • (对于 MS Visual Studio 8.
    0)
    • 0)
    OR:
    • 或者替换为:
      Call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\
    VC
    • Vc\bin\vcvars32.bat
    (For
    • (对于 MS Visual Studio 7.
    0, change according to the VC installation folder if installed in a folder different than the default location.)Make and Other Build Tools Sample Project
    • 0,如果安装在与默认位置不同的文件夹中,则根据 VC 安装文件夹进行更改。)


    Make & Build Tools 示例项目 3 – Nmake

    This sample project demonstrates a simple compilation using Nmake and the Automatic Interception Interface.

    Sample is found in the following folder:此示例项目演示了使用 Nmake 和自动拦截接口的简单编译。

    示例位于以下文件夹中:

    "[IncrediBuild installation folder]\Samples\Make And Build Tools\Nmake"

    Notes注意:

  • You must have an operable Nmake environment set up in order to run this sample.
  • The location of Nmake should be defined in the path, to allow initiation from any folder.
  • You should run the batch file
    • 您必须设置可操作的 Nmake 环境才能运行此示例。
    • Nmake 的位置应在路径中定义,以允许从任何文件夹启动。
    • 您应该通过被设置到此文件夹的命令提示运行批处理文件 (RunNMAKESample.bat)
    from the command prompt set to this folder.The example is currently configured to use the
    • 该示例当前配置为使用 MS Visual Studio 2010
    compiler. If you have a different Visual Studio version installed, open RunSconsSample.bat and replace the following line:
    • 编译器。 如果您安装的是不同版本的 Visual Studio,请打开bat 并将以下命令行:
      call "%VS100COMNTOOLS%vsvars32.bat"
    with either:
    • 替换为:
      call "%VS90COMNTOOLS%vsvars32.bat"
            (for
    • (对于 MS Visual Studio 8.
    0)
    • 0)
    OR:
    • 或者替换为:
      Call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\
    VC
    • Vc\bin\vcvars32.bat
    (For
    • (对于 MS Visual Studio 7.
    0, change according to the VC installation folder if installed in a folder different than the default location.)
    • 0,如果安装在与默认位置不同的文件夹中,则根据 VC 安装文件夹进行更改。)


    Column
    width15


    Div
    alignleft

    Make and Other & Build Tools:

    Child pages (Children Display)
    styleh4
    pageMake and Other Build Tools Solution 简介

    IncrediBuild Solutions 简介:

    Child pages (Children Display)
    styleh4
    pageIncrediBuild Solutions

    User Manual用户手册:

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