Versions Compared

Key

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


Section


Column

IncrediBuild 中的构建可以使用 Make 和大多数其他热门的构建工具来执行。

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

Make & Build Tools – 示例项目

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

Make &Build Tools 示例项目 1 – Make

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

示例位于以下文件夹中: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 installation folder]\Samples\Make And Build Tools\Make"

注意Notes:

  • 您必须设置可操作的 Make 环境才能运行此示例。
  • Make 可执行文件的位置应在路径中定义,以允许从任何文件夹启动。
  • 您应该通过被设置到此文件夹的命令提示运行批处理文件
    • 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 (RunMakeSample.bat)
    。该示例当前配置为使用
    • from the command prompt set to this folder.
    • The example is currently configured to use the MS Visual Studio 2010
    编译器。 如果您安装的是不同版本的 Visual Studio,请打开bat 并将以下命令行:
    • compiler. If you have a different Visual Studio version installed, open RunMakeSample.bat and replace the following line:
      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,如果安装在与默认位置不同的文件夹中,则根据 VC 安装文件夹进行更改。)Make & Build Tools 示例项目
    • 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 2 – Jom

    此示例项目演示了一个使用 Jom 的简单编译。

    示例位于以下文件夹中:This sample project demonstrates a simple compilation using Jom.

    Sample is found in the following folder:

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


    注意Notes:

  • 您必须设置可操作的 Jom 环境才能运行此示例。
  • Jom 可执行文件的位置应在路径中定义,以允许从任何文件夹启动。
  • 您应该通过被设置到此文件夹的命令提示运行批处理文件
    • 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 (RunJomSample.bat)
    。该示例当前配置为使用
    • from the command prompt set to this folder.
    • The example is currently configured to use the MS Visual Studio 2010
    编译器。 如果您安装的是不同版本的 Visual Studio,请打开bat 并将以下命令行:
    • compiler. If you have a different Visual Studio version installed, open RunJomSample.bat and replace the following line:
      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,如果安装在与默认位置不同的文件夹中,则根据 VC 安装文件夹进行更改。)Make & Build Tools 示例项目
    • 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 3 – Nmake

    此示例项目演示了使用 Nmake 和自动拦截接口的简单编译。

    示例位于以下文件夹中:This sample project demonstrates a simple compilation using Nmake and the Automatic Interception Interface.

    Sample is found in the following folder:

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

    注意Notes:

  • 您必须设置可操作的 Nmake 环境才能运行此示例。
  • Nmake 的位置应在路径中定义,以允许从任何文件夹启动。
  • 您应该通过被设置到此文件夹的命令提示运行批处理文件
    • 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 (RunNMAKESample.bat)
    。该示例当前配置为使用
    • from the command prompt set to this folder.
    • The example is currently configured to use the MS Visual Studio 2010
    编译器。 如果您安装的是不同版本的 Visual Studio,请打开bat 并将以下命令行:
    • compiler. If you have a different Visual Studio version installed, open RunSconsSample.bat and replace the following line:
      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,如果安装在与默认位置不同的文件夹中,则根据 VC 安装文件夹进行更改。)
    • 0, change according to the VC installation folder if installed in a folder different than the default location.)


    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用户手册