WebMake Documentation (version 1.2)

The <option> Tag

The <option> tag takes two attributes:

name

The name of the option;

value

The value to set it to.

Example


  <option name="FileSearchPath" value="../files" />

WebMake Documentation (version 1.2)