- Make
- Jom
- NMAKE
- Define the location of the Make/Jom/NMAKE executable in the path, to allow for initiation from any folder.
- Run the RunMakeSample.bat/RunJomSample.bat/RunNmakeSample.bat from the command prompt.
-
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)