OpenMake Meister

Sample Build Method - The Visual Studio Compiler

 

Below is the Build Method that builds modules using the Microsoft Developer Studio C and C++ compiler.  It is broken down and explained in detail for your reference.

Line numbers have been added for easy referencing.  The script can be broken down into three sections:

          Section I: Initialization (Lines 1 - 18)

          Section II: Constructing the Compiler Step (Lines 19 - 34)

          Section III: Executing and Logging the Step (Lines 35 - 43)