contrib/wix/defines.wxi
author Lucas Moscovicz <lmoscovicz@fb.com>
Fri, 14 Mar 2014 10:22:29 -0700
changeset 20730 180d47e1fb68
parent 13042 bd9bc4123920
permissions -rw-r--r--
revset: added __and__ method to _addset This method is intended to duck-type baseset, so we will still have _addset as a private class but we will be able to return it without wrapping it into an orderedlazyset or a lazyset.

<Include>

  <?if $(var.Platform) = "x64" ?>
    <?define IsX64 = yes ?>
  <?else?>
    <?define IsX64 = no ?>
  <?endif?>

</Include>