MakeOptions
The MakeOptions element specifies the
options to pass to the make executable. This element is optional and
cannot appear more than once in the Properties File.
Example
<MakeOptions>-f makefile.mk release</MakeOptions>Description
The options:
-f makefile.mk releasepass to the make executable.