Make, Jom and NMAKE Samples

There are three pre-built sample projects demonstrating how to use Incredibuild in the Samples\Make And Build Tools folder under the Incredibuild installation. There are samples for:

  • Make

  • Jom

  • NMAKE

To run the samples:

  1. Define the location of the Make/Jom/NMAKE executable in the path, to allow for initiation from any folder.

  2. Run the RunMakeSample.bat/RunJomSample.bat/RunNmakeSample.bat from the command prompt.

  3. The examples are configured to use the MS Visual Studio 2010 compiler.

    If you have a different Visual Studio version installed, open the bat files and replace call "%VS100COMNTOOLS%vsvars32.bat" with:

    • MS Visual Studio 8.0: call "%VS90COMNTOOLS%vsvars32.bat"     

    • MS Visual Studio 7.0: call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\vcvars32.bat (change the Visual Studio installation folder if required)